Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4979 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 10, 2005, 4:47:23 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: Objects now get cleanly ereased.
This is a fix in the Weapon-class, that kills the Resurected Projectiles created for information-gathering

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/story_entities/world.cc

    r4978 r4979  
    133133  SoundEngine::getInstance()->flushAllBuffers();
    134134  SoundEngine::getInstance()->flushAllSources();
    135   FastFactory::flushAll();
     135  FastFactory::flushAll(true);
    136136
    137137  // erease everything that is left.
     
    850850      // tick the engines
    851851      AnimationPlayer::getInstance()->tick(this->dtS);
    852       if (this->cycle > 5)
     852//      if (this->cycle > 5)
    853853        PhysicsEngine::getInstance()->tick(this->dtS);
    854854
Note: See TracChangeset for help on using the changeset viewer.