Changeset 9914 in orxonox.OLD
- Timestamp:
- Nov 2, 2006, 11:26:10 PM (18 years ago)
- Location:
- branches/network/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/network/src/lib/network/network_stream.cc
r9909 r9914 128 128 129 129 this->bRedirect = false; 130 this->bSoftRedirect = false; 130 131 131 132 this->currentState = 0; -
branches/network/src/orxonox.cc
r9880 r9914 87 87 #ifndef __WIN32__ 88 88 REGISTER_ARG_FLAG( _, write_bt_to_file, "misc", "bt-to-file", "Write backtrace to file", "1"); 89 REGISTER_ARG_FLAG( _, dont_catch_signals, "misc", "bt-to-file", "Write backtrace to file", "0"); 89 90 #endif 90 91
Note: See TracChangeset
for help on using the changeset viewer.