Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 14, 2006, 3:35:34 PM (18 years ago)
Author:
snellen
Message:

commented unessecary debug output

File:
1 edited

Legend:

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

    r8385 r8391  
    233233  this->bPaused = false;
    234234  this->bRunning = true;
    235   State::setScriptManager(&this->scriptManager); //make sure we have th right script manager
     235  State::setScriptManager(&this->scriptManager); //make sure we have the right script manager
    236236  this->run();
    237237}
Note: See TracChangeset for help on using the changeset viewer.