Changeset 8697 in orxonox.OLD for branches/terrain/src/orxonox.cc
- Timestamp:
- Jun 21, 2006, 11:45:20 PM (19 years ago)
- Location:
- branches/terrain
- Files:
-
- 1 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/terrain/src/orxonox.cc
r8623 r8697 27 27 #define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ORXONOX 28 28 #include "orxonox.h" 29 29 #ifndef PACKAGE_NAME 30 #define PACKAGE_NAME "orxonox" 31 #endif 32 #ifndef PACKAGE_VERSION 33 #define PACKAGE_VERSION "00" 34 #endif 30 35 #include "globals.h" 31 36 … … 511 516 // checking for existence of the configuration-files, or if the lock file is still used 512 517 if (showGui || (!File("./orxonox.conf").isFile() && 513 !File(DEFAULT_CONFIG_FILE).isFile()) 514 #if DEBUG_LEVEL <= 3 // developers do not need to see the GUI, when orxonox fails 515 || ResourceManager::isFile(DEFAULT_LOCK_FILE) 516 #endif 517 ) 518 !File(DEFAULT_CONFIG_FILE).isFile() ) ) 518 519 { 519 520 File lockFile(DEFAULT_LOCK_FILE);
Note: See TracChangeset
for help on using the changeset viewer.