- Timestamp:
- Dec 14, 2017, 5:07:43 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc
r11583 r11674 100 100 if (GameMode::isMaster()) 101 101 { 102 orxout(user_info) << "Load level" << std::endl;103 102 this->loadLevel(); 104 103 } … … 114 113 ModifyConsoleCommand(__CC_startMainMenu_name).activate(); 115 114 } 116 orxout(user_info) << "All loaded" << std::endl;117 115 118 116 if (GameMode::isStandalone())
Note: See TracChangeset
for help on using the changeset viewer.