Changeset 8724 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jun 22, 2006, 3:14:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r8717 r8724 305 305 this->tick (); 306 306 307 308 /* update the state */ 309 this->update (); 310 311 307 312 /* collision detection */ 308 313 this->collisionDetection (); … … 310 315 this->collisionReaction (); 311 316 317 /* check the game rules */ 318 this->checkGameRules(); 319 312 320 /* update the state */ 313 321 this->update (); 314 315 /* check the game rules */316 this->checkGameRules();317 322 /* draw everything */ 318 323 this->display ();
Note: See TracChangeset
for help on using the changeset viewer.