- Timestamp:
- Aug 10, 2005, 6:01:46 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r4980 r4981 1 /*1 `/* 2 2 orxonox - the future of 3D-vertical-scrollers 3 3 … … 99 99 100 100 PRINT(3) 101 ("===================================================\n" \ 101 ( 102 "===================================================\n" \ 102 103 "Thanks for playing orxonox.\n" \ 103 104 "visit: http://www.orxonox.ethz.ch for new versions.\n" \ 104 105 "===================================================\n" \ 105 ORXONOX_LICENSE_SHORT); 106 ORXONOX_LICENSE_SHORT 107 ); 106 108 107 109 Orxonox::singletonRef = NULL; … … 358 360 // checking for existence of the configuration-files, or if the lock file is still used 359 361 if (showGui || 360 !ResourceManager::isFile(DEFAULT_CONFIG_FILE) || 361 ResourceManager::isFile(DEFAULT_LOCK_FILE)) 362 !ResourceManager::isFile(DEFAULT_CONFIG_FILE) 363 #if DEBUG < 3 364 || ResourceManager::isFile(DEFAULT_LOCK_FILE) 365 #endif 366 ) 362 367 { 363 368 if (ResourceManager::isFile(DEFAULT_LOCK_FILE))
Note: See TracChangeset
for help on using the changeset viewer.