Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11674


Ignore:
Timestamp:
Dec 14, 2017, 5:07:43 PM (6 years ago)
Author:
kohlia
Message:

Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc

    r11583 r11674  
    100100        if (GameMode::isMaster())
    101101        {
    102             orxout(user_info) << "Load level" << std::endl;
    103102            this->loadLevel();
    104103        }
     
    114113            ModifyConsoleCommand(__CC_startMainMenu_name).activate();
    115114        }
    116         orxout(user_info) << "All loaded" << std::endl;
    117115
    118116        if (GameMode::isStandalone())
Note: See TracChangeset for help on using the changeset viewer.