Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4969 in orxonox.OLD for orxonox/trunk/src/story_entities/world.cc


Ignore:
Timestamp:
Aug 4, 2005, 11:19:29 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: ability to set a Slots Direction

File:
1 edited

Legend:

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

    r4968 r4969  
    440440  // bind camera
    441441  //this->localCamera->bind (localPlayer);
    442   this->localPlayer->addChild (this->localCamera);
     442 // this->localPlayer->addChild (this->localCamera);
    443443
    444444
     
    963963
    964964  SoundEngine::getInstance()->update();
    965  // music->update();
     965  music->update();
    966966}
    967967
Note: See TracChangeset for help on using the changeset viewer.