Changeset 8303 in orxonox.OLD for branches/script_engine/src
- Timestamp:
- Jun 9, 2006, 10:21:37 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/script_engine/src/story_entities/game_world.cc
r8289 r8303 137 137 PhysicsEngine::getInstance(); 138 138 CREngine::getInstance(); 139 139 140 140 State::setScriptManager(&this->scriptManager); 141 141 … … 232 232 this->bPaused = false; 233 233 this->bRunning = true; 234 234 State::setScriptManager(&this->scriptManager); //make sure we have th right script manager 235 235 this->run(); 236 236 } … … 601 601 602 602 AtmosphericEngine::getInstance()->draw(); 603 603 604 604 if( unlikely( this->showBV)) 605 605 {
Note: See TracChangeset
for help on using the changeset viewer.