Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

cr: process call line almost clear now

File:
1 edited

Legend:

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

    r7959 r7968  
    4040
    4141
     42/**
     43 * handles the collision events
     44 */
     45void Collision::handleCollisionEvents()
     46{
    4247
     48
     49  this->flushCollisionEvents();
     50}
     51
     52
     53/**
     54 * flushes the CollisionEvent list
     55 */
     56void Collision::flushCollisionEvents()
     57{
     58  this->collisionEvents.clear();
     59}
     60
Note: See TracChangeset for help on using the changeset viewer.