Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8303 in orxonox.OLD


Ignore:
Timestamp:
Jun 9, 2006, 10:21:37 PM (18 years ago)
Author:
snellen
Message:

game world: put State::setScriptManager(&this→scriptManager); in start()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/script_engine/src/story_entities/game_world.cc

    r8289 r8303  
    137137  PhysicsEngine::getInstance();
    138138  CREngine::getInstance();
    139  
     139
    140140  State::setScriptManager(&this->scriptManager);
    141141
     
    232232  this->bPaused = false;
    233233  this->bRunning = true;
    234 
     234  State::setScriptManager(&this->scriptManager); //make sure we have th right script manager
    235235  this->run();
    236236}
     
    601601
    602602  AtmosphericEngine::getInstance()->draw();
    603  
     603
    604604  if( unlikely( this->showBV))
    605605  {
Note: See TracChangeset for help on using the changeset viewer.