Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 2, 2006, 4:28:11 PM (18 years ago)
Author:
patrick
Message:

giving the crengine the ability to check for collisions itself, collision tube only used as container

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/collision.cc

    r9983 r9985  
    2727  Collision::Collision ()
    2828  {
    29     this->flushCollisionEvents();
     29    this->reset();
    3030  }
    3131
     
    3939
    4040  /**
    41    * flushes the CollisionEvent list
     41   * resets all variable states to initial values
    4242   */
    43   void Collision::flushCollisionEvents()
     43  void Collision::reset()
    4444  {
    4545    this->_entityA = NULL;
Note: See TracChangeset for help on using the changeset viewer.