Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

collision object adjustements

File:
1 edited

Legend:

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

    r9980 r9983  
    4343  void Collision::flushCollisionEvents()
    4444  {
    45     this->entityA = NULL;
    46     this->entityB = NULL;
     45    this->_entityA = NULL;
     46    this->_entityB = NULL;
    4747
    48     this->entityACollide = false;
    49     this->entityBCollide = false;
    50 
    51     this->bDispatched = true;
     48    this->_entityACollide = false;
     49    this->_entityBCollide = false;
    5250
    5351    this->_collisionEvents.clear();
Note: See TracChangeset for help on using the changeset viewer.