Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4289 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
May 26, 2005, 12:49:50 AM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: now all unused projectiles are added to the dead list and not deleted anymore

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r4287 r4289  
    106106  this->weaponMan->addWeapon(wpRight, W_CONFIG2);
    107107  this->weaponMan->addWeapon(wpLeft, W_CONFIG2);
    108 
    109   BaseObject* p = new Projectile(wpRight);
    110   ObjectManager::getInstance()->cache(CL_PROJECTILE, 100, *p);
    111   ObjectManager::getInstance()->debug();
    112 
    113108}
    114109
Note: See TracChangeset for help on using the changeset viewer.