Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 3, 2006, 4:55:19 PM (17 years ago)
Author:
patrick
Message:

removed most of the compiler bugs. more to come

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/coll_rect/src/lib/collision_reaction/cr_physics_ground_walk.cc

    r9982 r9988  
    7979
    8080
    81     const std::vector<CollisionEvent*>* collisionEvents = &(collision->getCollisionEvents());
    82     std::vector<CollisionEvent*>::const_iterator it = collisionEvents->begin();
    83     for(; it != collisionEvents->end(); it++)
     81    std::vector<CollisionEvent*>::const_iterator it = collision->begin();
     82    for(; it != collision->end(); it++)
    8483    {
    8584
Note: See TracChangeset for help on using the changeset viewer.