Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Jun 22, 2006, 3:14:58 PM (19 years ago)
Author:
bensch
Message:

merged the bsp-model-stuff back here

File:
1 edited

Legend:

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

    r8717 r8724  
    305305    this->tick ();
    306306
     307   
     308    /* update the state */
     309    this->update ();
     310
     311   
    307312    /* collision detection */
    308313    this->collisionDetection ();
     
    310315    this->collisionReaction ();
    311316
     317    /* check the game rules */
     318    this->checkGameRules();
     319   
    312320    /* update the state */
    313321    this->update ();
    314 
    315     /* check the game rules */
    316     this->checkGameRules();
    317322    /* draw everything */
    318323    this->display ();
Note: See TracChangeset for help on using the changeset viewer.