Changeset 1896 for code/trunk/src
- Timestamp:
- Oct 10, 2008, 12:07:45 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Main.cc
r1891 r1896 93 93 // Specifiy config file before creating the GameStates in order to have 94 94 // setConfigValues() in the constructor (required). 95 #if ORXONOX_DEBUG_MODE == 1 96 ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox_d.ini"); 97 #else 98 ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini"); 99 #endif 95 ConfigFileManager::getInstance().setFile(CFT_Settings, "orxonox.ini"); 100 96 101 97 // create the gamestates
Note: See TracChangeset
for help on using the changeset viewer.