Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 10515 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jan 30, 2007, 8:57:58 PM (18 years ago)
Author:
patrick
Message:

ai fix, mp fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/game_world.cc

    r10473 r10515  
    331331    /* network synchronisation */
    332332    this->synchronize ();
     333
     334         /* perform ai check*/
     335         this->checkAI();
     336
     337         this->update ();
    333338    /* process time */
    334339    this->tick ();
     
    344349    /* collision reaction */
    345350    this->collisionReaction ();
    346 
    347     /* perform ai check*/
    348     this->checkAI();
    349351
    350352    /* check the game rules */
Note: See TracChangeset for help on using the changeset viewer.