- Timestamp:
- Mar 1, 2009, 1:40:29 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/Main.cc
r2710 r2716 92 92 using namespace orxonox; 93 93 94 // create a signal handler (only active for linux)95 SignalHandler signalHandler;96 signalHandler.doCatch(argv[0], Core::getLogPathString() + "orxonox_crash.log");97 98 94 // Parse command line arguments 99 95 try … … 109 105 // Do this after parsing the command line to allow customisation 110 106 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"); 111 111 112 112 // Create the ConfigFileManager before creating the GameStates in order to have
Note: See TracChangeset
for help on using the changeset viewer.