Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6457 in orxonox.OLD for trunk/src/story_entities/game_world.cc


Ignore:
Timestamp:
Jan 10, 2006, 12:39:08 AM (18 years ago)
Author:
bensch
Message:

water works

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r6434 r6457  
    328328
    329329    this->tick(this->dataTank->objectManager->getObjectList(OM_DEAD_TICK), this->dtS);
     330    this->tick(this->dataTank->objectManager->getObjectList(OM_ENVIRON), this->dtS);
    330331    this->tick(this->dataTank->objectManager->getObjectList(OM_COMMON), this->dtS);
    331332    this->tick(this->dataTank->objectManager->getObjectList(OM_GROUP_00), this->dtS);
Note: See TracChangeset for help on using the changeset viewer.