Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8714 in orxonox.OLD for branches/bsp_model/src/story_entities


Ignore:
Timestamp:
Jun 22, 2006, 1:40:09 PM (19 years ago)
Author:
bottac
Message:

Ground walk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/bsp_model/src/story_entities/game_world.cc

    r8490 r8714  
    300300    this->tick ();
    301301
     302   
     303    /* update the state */
     304    this->update ();
     305
     306   
    302307    /* collision detection */
    303308    this->collisionDetection ();
     
    305310    this->collisionReaction ();
    306311
     312    /* check the game rules */
     313    this->checkGameRules();
     314   
    307315    /* update the state */
    308316    this->update ();
    309 
    310     /* check the game rules */
    311     this->checkGameRules();
    312317    /* draw everything */
    313318    this->display ();
Note: See TracChangeset for help on using the changeset viewer.