Changeset 9140 in orxonox.OLD for branches/terrain/src/orxonox.cc
- Timestamp:
- Jul 4, 2006, 3:06:00 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/orxonox.cc
r8750 r9140 27 27 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ORXONOX 28 28 #include "orxonox.h" 29 30 29 #include "globals.h" 31 30 … … 519 518 // checking for existence of the configuration-files, or if the lock file is still used 520 519 if (showGui || (!File("./orxonox.conf").isFile() && 521 !File(DEFAULT_CONFIG_FILE).isFile()) 522 #if DEBUG_LEVEL <= 3 // developers do not need to see the GUI, when orxonox fails 523 || ResourceManager::isFile(DEFAULT_LOCK_FILE) 524 #endif 525 ) 520 !File(DEFAULT_CONFIG_FILE).isFile() ) ) 526 521 { 527 522 File lockFile(DEFAULT_LOCK_FILE);
Note: See TracChangeset
for help on using the changeset viewer.