Changeset 8337 in orxonox.OLD for branches/bsp_model/src/story_entities/game_world.cc
- Timestamp:
- Jun 13, 2006, 2:21:04 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/story_entities/game_world.cc
r8220 r8337 279 279 /* process time */ 280 280 this->tick (); 281 281 282 /* collision detection */ 282 283 this->collisionDetection (); 283 284 /* collision reaction */ 284 285 this->collisionReaction (); 286 285 287 /* update the state */ 286 288 this->update (); 289 287 290 /* check the game rules */ 288 291 this->checkGameRules();
Note: See TracChangeset
for help on using the changeset viewer.