Changeset 4969 in orxonox.OLD for orxonox/trunk/src/story_entities
- Timestamp:
- Aug 4, 2005, 11:19:29 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/story_entities/world.cc
r4968 r4969 440 440 // bind camera 441 441 //this->localCamera->bind (localPlayer); 442 this->localPlayer->addChild (this->localCamera);442 // this->localPlayer->addChild (this->localCamera); 443 443 444 444 … … 963 963 964 964 SoundEngine::getInstance()->update(); 965 //music->update();965 music->update(); 966 966 } 967 967
Note: See TracChangeset
for help on using the changeset viewer.