Changeset 3216 in orxonox.OLD for orxonox/trunk/src/orxonox.cc
- Timestamp:
- Dec 18, 2004, 5:14:08 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/orxonox.cc
r3215 r3216 269 269 bool Orxonox::system_command (Command* cmd) 270 270 { 271 271 272 if( !strcmp( cmd->cmd, "quit")) 272 273 { … … 275 276 } 276 277 return false; 278 277 279 } 278 280
Note: See TracChangeset
for help on using the changeset viewer.