[gameprogrammer] Re: General Purpose Double Linked List Class

Hello !



I have one problem with this class.

Adding a single object from a single class,
works without problems. But in my game i have
the following structure :

class Bob
class Plattform : class Bob
class Big_Plattform : class Plattform

class Bonus : class Bob
class Heart_Bonus : class Bonus


So adding single Bobs works without problems,
but when i add a Plattform for example,
it seems to loose the Plattform Data and
only the Bob Data is there.



CU



---------------------
To unsubscribe go to http://gameprogrammer.com/mailinglist.html


Other related posts: