Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4833 in orxonox.OLD for orxonox/trunk/src/story_entities


Ignore:
Timestamp:
Jul 11, 2005, 5:46:05 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: fight against the mighty segfault

File:
1 edited

Legend:

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

    r4832 r4833  
    10331033      this->dtS = (float)this->dt / 1000.0;
    10341034      this->gameTime += this->dtS;
    1035       //entity = entities->enumerate();
     1035
    10361036      tIterator<WorldEntity>* iterator = this->entities->getIterator();
    10371037      WorldEntity* entity = iterator->nextElement();
Note: See TracChangeset for help on using the changeset viewer.