Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7947 in orxonox.OLD for branches/cr/src/story_entities/game_world.h


Ignore:
Timestamp:
May 29, 2006, 1:12:19 AM (18 years ago)
Author:
patrick
Message:

cr: integraged the collision reaction into the main loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/cr/src/story_entities/game_world.h

    r7919 r7947  
    6868    virtual void update();
    6969    virtual void checkGameRules();
    70     virtual void collide();
     70    virtual void collisionDetection();
     71    virtual void collisionReaction();
    7172
    7273    void drawEntityList(const ObjectManager::EntityList& drawList ) const;
Note: See TracChangeset for help on using the changeset viewer.