[Orxonox-commit 3028] r7724 - code/trunk/src/orxonox
dafrick at orxonox.net
dafrick at orxonox.net
Fri Dec 3 14:58:03 CET 2010
Author: dafrick
Date: 2010-12-03 14:58:02 +0100 (Fri, 03 Dec 2010)
New Revision: 7724
Modified:
code/trunk/src/orxonox/LevelManager.cc
Log:
Changing default level, since it has been renamed.
Modified: code/trunk/src/orxonox/LevelManager.cc
===================================================================
--- code/trunk/src/orxonox/LevelManager.cc 2010-12-03 13:56:54 UTC (rev 7723)
+++ code/trunk/src/orxonox/LevelManager.cc 2010-12-03 13:58:02 UTC (rev 7724)
@@ -68,7 +68,7 @@
void LevelManager::setConfigValues()
{
- SetConfigValue(defaultLevelName_, "presentation_dm.oxw")
+ SetConfigValue(defaultLevelName_, "presentationDM.oxw")
.description("Sets the pre selection of the level in the main menu.");
}
More information about the Orxonox-commit
mailing list