Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2006, 3:37:01 PM (19 years ago)
Author:
patrick
Message:

cr: finished cleaning up the code, collision reaction now integrated and should either work or throw a sigfault :D

File:
1 edited

Legend:

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

    r8124 r8129  
    4545
    4646/**
    47  * handles the collision events
    48  */
    49 void Collision::handleCollisionEvents()
    50 {
    51 
    52   this->bDispatched = true;
    53   this->flushCollisionEvents();
    54 }
    55 
    56 
    57 /**
    5847 * flushes the CollisionEvent list
    5948 */
     
    6655  this->entityBCollide = false;
    6756
    68   this->bDispatched = false;
     57  this->bDispatched = true;
    6958
    7059  this->collisionEvents.clear();
Note: See TracChangeset for help on using the changeset viewer.