Changeset 10515 in orxonox.OLD for trunk/src/story_entities
- Timestamp:
- Jan 30, 2007, 8:57:58 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/story_entities/game_world.cc
r10473 r10515 331 331 /* network synchronisation */ 332 332 this->synchronize (); 333 334 /* perform ai check*/ 335 this->checkAI(); 336 337 this->update (); 333 338 /* process time */ 334 339 this->tick (); … … 344 349 /* collision reaction */ 345 350 this->collisionReaction (); 346 347 /* perform ai check*/348 this->checkAI();349 351 350 352 /* check the game rules */
Note: See TracChangeset
for help on using the changeset viewer.