Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 31, 2006, 3:18:19 PM (18 years ago)
Author:
patrick
Message:

cr: more collision, new interface

File:
1 edited

Legend:

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

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