Changeset 8308 in orxonox.OLD for branches/terrain/src/orxonox.cc
- Timestamp:
- Jun 10, 2006, 5:26:50 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/orxonox.cc
r8296 r8308 515 515 // checking for existence of the configuration-files, or if the lock file is still used 516 516 if (showGui || (!File("./orxonox.conf").isFile() && 517 !File(DEFAULT_CONFIG_FILE).isFile()) 518 #if DEBUG_LEVEL <= 3 // developers do not need to see the GUI, when orxonox fails 519 || ResourceManager::isFile(DEFAULT_LOCK_FILE) 520 #endif 521 ) 517 !File(DEFAULT_CONFIG_FILE).isFile() ) ) 522 518 { 523 519 File lockFile(DEFAULT_LOCK_FILE);
Note: See TracChangeset
for help on using the changeset viewer.