Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 13, 2006, 2:21:04 AM (18 years ago)
Author:
patrick
Message:

bsp: collision detection still not working perfectly

File:
1 edited

Legend:

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

    r8220 r8337  
    279279    /* process time */
    280280    this->tick ();
     281
    281282    /* collision detection */
    282283    this->collisionDetection ();
    283284    /* collision reaction */
    284285    this->collisionReaction ();
     286
    285287    /* update the state */
    286288    this->update ();
     289
    287290    /* check the game rules */
    288291    this->checkGameRules();
Note: See TracChangeset for help on using the changeset viewer.