- Timestamp:
- Dec 17, 2005, 9:52:48 PM (19 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEWS
r6154 r6155 1 1 Data: Dez 17, 2005 2 2 Topic: New Drum'n'Bass Tunes in Development 3 Body: They are two men from London, and their mission is to make drum'n'bass tunes: shiv &incey! And now, they want to make some massive rolling tunes for Orxonox! Check out <a href="http://www.aurorasoftware.co.uk/s&i/shiv&incey.htm">their homepage</a>. We are looking forward to the sounds; greetings to London from Switzerland!3 Body: They are two men from London, and their mission is to make drum'n'bass tunes: shiv\&incey! And now, they want to make some massive rolling tunes for Orxonox! Check out <a href="http://www.aurorasoftware.co.uk/s\&i/shiv\&incey.htm">their homepage</a>. We are looking forward to the sounds; greetings to London from Switzerland! 4 4 5 5 Date: Dez 05, 2005 -
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.