Changeset 6155 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Dec 17, 2005, 9:52:48 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/world.cc
r6152 r6155 557 557 this->gameTime += this->dtS; 558 558 559 /*this->tick(this->objectManager.getObjectList(OM_DEAD_TICK), this->dtS);559 this->tick(this->objectManager.getObjectList(OM_DEAD_TICK), this->dtS); 560 560 this->tick(this->objectManager.getObjectList(OM_COMMON), this->dtS); 561 this->tick(this->objectManager.getObjectList(OM_GROUP_00), this->dtS); */561 this->tick(this->objectManager.getObjectList(OM_GROUP_00), this->dtS); 562 562 this->tick(this->objectManager.getObjectList(OM_GROUP_01), this->dtS); 563 563 this->tick(this->objectManager.getObjectList(OM_GROUP_01_PROJ), this->dtS); … … 597 597 GraphicsEngine::getInstance()->update(this->dtS); 598 598 PNode::getNullParent()->updateNode (this->dtS); 599 600 599 SoundEngine::getInstance()->update(); 601 600 //music->update();
Note: See TracChangeset
for help on using the changeset viewer.