Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 6, 2006, 1:33:36 AM (18 years ago)
Author:
patrick
Message:

cr: more bugs found. its amazing

File:
1 edited

Legend:

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

    r8129 r8166  
    2727Collision::Collision ()
    2828{
    29   this->entityA = NULL;
    30   this->entityB = NULL;
    31 
    32   this->bDispatched = false;
    33   this->entityACollide = false;
    34   this->entityBCollide = false;
     29  this->flushCollisionEvents();
    3530}
    3631
Note: See TracChangeset for help on using the changeset viewer.