Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 2716


Ignore:
Timestamp:
Mar 1, 2009, 1:40:29 PM (15 years ago)
Author:
rgrieder
Message:

Bug fix in initialisation order.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/orxonox/Main.cc

    r2710 r2716  
    9292    using namespace orxonox;
    9393
    94     // create a signal handler (only active for linux)
    95     SignalHandler signalHandler;
    96     signalHandler.doCatch(argv[0], Core::getLogPathString() + "orxonox_crash.log");
    97 
    9894    // Parse command line arguments
    9995    try
     
    109105    // Do this after parsing the command line to allow customisation
    110106    Core::postMainInitialisation();
     107
     108    // create a signal handler (only active for linux)
     109    SignalHandler signalHandler;
     110    signalHandler.doCatch(argv[0], Core::getLogPathString() + "orxonox_crash.log");
    111111
    112112    // Create the ConfigFileManager before creating the GameStates in order to have
Note: See TracChangeset for help on using the changeset viewer.