Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5510 in orxonox.OLD for trunk/src/orxonox.cc


Ignore:
Timestamp:
Nov 8, 2005, 10:59:28 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: small cleanup in WorldEntity

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r5488 r5510  
    280280  if (!ResourceManager::getInstance()->verifyDataDir(DEFAULT_DATA_DIR_CHECKFILE))
    281281  {
    282     PRINTF(1)("The DataDirectory %s could not be verified\n" \
    283               "  Please Change in File %s Section %s Entry %s to a suitable value\n",
     282    PRINTF(1)("The DataDirectory %s could not be verified\n\nh" \
     283              "!!!  Please Change in File %s Section %s Entry %s to a suitable value !!!\n",
    284284              ResourceManager::getInstance()->getDataDir(),
    285285              this->configFileName,
    286286              CONFIG_SECTION_DATA,
    287               CONFIG_NAME_DATADIR);
     287              CONFIG_NAME_DATADIR );
    288288    Gui* gui = new Gui(argc, argv);
    289289    gui->startGui();
Note: See TracChangeset for help on using the changeset viewer.