Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6155 in orxonox.OLD for trunk


Ignore:
Timestamp:
Dec 17, 2005, 9:52:48 PM (19 years ago)
Author:
bensch
Message:

typo

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEWS

    r6154 r6155  
    11Data: Dez 17, 2005
    22Topic: 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!
     3Body: 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!
    44
    55Date: Dez 05, 2005
  • trunk/src/story_entities/world.cc

    r6152 r6155  
    557557      this->gameTime += this->dtS;
    558558
    559 /*      this->tick(this->objectManager.getObjectList(OM_DEAD_TICK), this->dtS);
     559      this->tick(this->objectManager.getObjectList(OM_DEAD_TICK), this->dtS);
    560560      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);
    562562      this->tick(this->objectManager.getObjectList(OM_GROUP_01), this->dtS);
    563563      this->tick(this->objectManager.getObjectList(OM_GROUP_01_PROJ), this->dtS);
     
    597597  GraphicsEngine::getInstance()->update(this->dtS);
    598598  PNode::getNullParent()->updateNode (this->dtS);
    599 
    600599  SoundEngine::getInstance()->update();
    601600  //music->update();
Note: See TracChangeset for help on using the changeset viewer.