[Orxonox-commit 7055] r11674 - code/branches/ScriptableController_HS17/src/orxonox/gamestates
kohlia at orxonox.net
kohlia at orxonox.net
Thu Dec 14 17:07:44 CET 2017
Author: kohlia
Date: 2017-12-14 17:07:43 +0100 (Thu, 14 Dec 2017)
New Revision: 11674
Modified:
code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc
Log:
Cleanup
Modified: code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc
===================================================================
--- code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc 2017-12-14 15:04:14 UTC (rev 11673)
+++ code/branches/ScriptableController_HS17/src/orxonox/gamestates/GSLevel.cc 2017-12-14 16:07:43 UTC (rev 11674)
@@ -99,7 +99,6 @@
if (GameMode::isMaster())
{
- orxout(user_info) << "Load level" << std::endl;
this->loadLevel();
}
@@ -113,7 +112,6 @@
ModifyConsoleCommand(__CC_startMainMenu_name).activate();
}
- orxout(user_info) << "All loaded" << std::endl;
if (GameMode::isStandalone())
{
More information about the Orxonox-commit
mailing list