Changeset 1824 for code/trunk/src/core
- Timestamp:
- Sep 22, 2008, 9:45:37 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified code/trunk/src/core/RootGameState.cc ¶
r1802 r1824 132 132 void RootGameState::start(int argc, char** argv) 133 133 { 134 #ifdef NDEBUG 134 135 try 135 136 { 137 #endif 136 138 // start global orxonox time 137 139 Clock clock; … … 160 162 161 163 this->deactivate(); 164 #ifdef NDEBUG 162 165 } 163 166 // Note: These are all unhandled exceptions that should not have made its way here! … … 175 178 abort(); 176 179 } 180 #endif 177 181 } 178 182
Note: See TracChangeset
for help on using the changeset viewer.