Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 8, 2006, 1:53:06 PM (18 years ago)
Author:
bensch
Message:

more integration into orxonox framework

File:
1 edited

Legend:

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

    r8037 r8239  
    181181  this->dataXML = (TiXmlElement*)root->Clone();
    182182
     183  LoadParamXML(root, "ScriptManager", &this->scriptManager, ScriptManager, loadParams);
     184
    183185  delete XMLDoc;
    184186  this->releaseLoadScreen();
     
    213215  this->bPaused = false;
    214216  this->bRunning = true;
     217
     218  State::setScripManager(&this->scriptManager);
    215219
    216220  this->run();
Note: See TracChangeset for help on using the changeset viewer.