Changeset 6021 for code/trunk/src/orxonox/LevelManager.cc
- Timestamp:
- Nov 4, 2009, 12:28:59 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/LevelManager.cc
r5929 r6021 32 32 #include <OgreResourceGroupManager.h> 33 33 34 #include "core/CommandLine .h"34 #include "core/CommandLineParser.h" 35 35 #include "core/ConfigValueIncludes.h" 36 36 #include "core/CoreIncludes.h" … … 53 53 54 54 // check override 55 if (!CommandLine ::getArgument("level")->hasDefaultValue())55 if (!CommandLineParser::getArgument("level")->hasDefaultValue()) 56 56 { 57 ModifyConfigValue(defaultLevelName_, tset, CommandLine ::getValue("level").getString());57 ModifyConfigValue(defaultLevelName_, tset, CommandLineParser::getValue("level").getString()); 58 58 } 59 59 }
Note: See TracChangeset
for help on using the changeset viewer.