Changeset 8714 in orxonox.OLD for branches/bsp_model/src/story_entities
- Timestamp:
- Jun 22, 2006, 1:40:09 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/bsp_model/src/story_entities/game_world.cc
r8490 r8714 300 300 this->tick (); 301 301 302 303 /* update the state */ 304 this->update (); 305 306 302 307 /* collision detection */ 303 308 this->collisionDetection (); … … 305 310 this->collisionReaction (); 306 311 312 /* check the game rules */ 313 this->checkGameRules(); 314 307 315 /* update the state */ 308 316 this->update (); 309 310 /* check the game rules */311 this->checkGameRules();312 317 /* draw everything */ 313 318 this->display ();
Note: See TracChangeset
for help on using the changeset viewer.