Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 21, 2006, 11:45:20 PM (19 years ago)
Author:
patrick
Message:

merged the terrain with the new trunk (MARK TERRAIN)

Location:
branches/terrain
Files:
1 edited
1 copied

Legend:

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

    r8623 r8697  
    2727#define DEBUG_SPECIAL_MODULE DEBUG_MODULE_ORXONOX
    2828#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
    3035#include "globals.h"
    3136
     
    511516  // checking for existence of the configuration-files, or if the lock file is still used
    512517  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() ) )
    518519  {
    519520    File lockFile(DEFAULT_LOCK_FILE);
Note: See TracChangeset for help on using the changeset viewer.