Changeset 9983 in orxonox.OLD for branches/coll_rect/src/lib/collision_reaction/collision.cc
- Timestamp:
- Dec 2, 2006, 4:11:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/coll_rect/src/lib/collision_reaction/collision.cc
r9980 r9983 43 43 void Collision::flushCollisionEvents() 44 44 { 45 this-> entityA = NULL;46 this-> entityB = NULL;45 this->_entityA = NULL; 46 this->_entityB = NULL; 47 47 48 this->entityACollide = false; 49 this->entityBCollide = false; 50 51 this->bDispatched = true; 48 this->_entityACollide = false; 49 this->_entityBCollide = false; 52 50 53 51 this->_collisionEvents.clear();
Note: See TracChangeset
for help on using the changeset viewer.