Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4322 in orxonox.OLD for orxonox/trunk/src/util/object_manager.h


Ignore:
Timestamp:
May 27, 2005, 1:27:02 AM (20 years ago)
Author:
patrick
Message:

now the objectmanagment works smoothly with the garbage collection: shoots (projectiles) are now precached (100 pieces) used from this pool and recyled :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/util/object_manager.h

    r4315 r4322  
    5252 
    5353  void mCache(Projectile);
    54   void addToDeadList(classList index, BaseObject* object);
    55   BaseObject* getFromDeadList(classList index, int number = 1);
     54  void addToDeadList(int index, BaseObject* object);
     55  BaseObject* getFromDeadList(int index, int number = 1);
    5656
    5757  void debug();
Note: See TracChangeset for help on using the changeset viewer.