Changeset 9347 in orxonox.OLD for branches/proxy/src/orxonox.cc
- Timestamp:
- Jul 20, 2006, 11:43:27 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/proxy/src/orxonox.cc
r9240 r9347 453 453 if ( Preferences::getInstance()->getString("misc", "bt-to-file", "1") == "1" ) 454 454 { 455 SignalHandler::getInstance()->doCatch( argv[0] );456 455 SignalHandler::getInstance()->doCatch( argv[0], "orxonox.backtrace" ); 456 SignalHandler::getInstance()->registerCallback( EventHandler::releaseMouse, NULL ); 457 457 } 458 458
Note: See TracChangeset
for help on using the changeset viewer.