Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 3, 2006, 3:04:07 PM (18 years ago)
Author:
patrick
Message:

cr: more logical errors removed from the code - multikill

File:
1 edited

Legend:

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

    r8029 r8126  
    145145  for( it = this->collisionHandles.begin(); it != this->collisionHandles.end(); it++)
    146146  {
    147     if( (*it)->isCollided())  //does it have any collisions to report at all
     147    if( (*it)->isCollided() || (*it)->isContinuousPoll())  //does it have any collisions to report at all
    148148    {
    149149      (*it)->handleCollisions();
Note: See TracChangeset for help on using the changeset viewer.