Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9140 in orxonox.OLD for branches/terrain/src/orxonox.cc


Ignore:
Timestamp:
Jul 4, 2006, 3:06:00 PM (19 years ago)
Author:
bensch
Message:

merged back

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/terrain/src/orxonox.cc

    r8750 r9140  
    2727#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ORXONOX
    2828#include "orxonox.h"
    29 
    3029#include "globals.h"
    3130
     
    519518  // checking for existence of the configuration-files, or if the lock file is still used
    520519  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() ) )
    526521  {
    527522    File lockFile(DEFAULT_LOCK_FILE);
Note: See TracChangeset for help on using the changeset viewer.