Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
May 30, 2006, 1:10:11 AM (18 years ago)
Author:
patrick
Message:

cr: collision registration processes

File:
1 edited

Legend:

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

    r7964 r7966  
    133133
    134134
     135/**
     136 * processes the collisions by calling the EventHandlers
     137 */
    135138void CREngine::handleCollisions()
    136139{
     
    143146    }
    144147  }
     148  this->flushCollisions();
    145149}
    146150
     151/**
     152 * flushes all the collision lists and puts them to their initial state
     153 */
     154void CREngeine::flushCollisions()
     155{
     156
     157}
    147158
    148159
Note: See TracChangeset for help on using the changeset viewer.