Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8952 in orxonox.OLD for branches/single_player_map/src/lib


Ignore:
Timestamp:
Jun 30, 2006, 2:04:53 PM (19 years ago)
Author:
snellen
Message:

corrected typo

File:
1 edited

Legend:

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

    r8943 r8952  
    7777  float side = 0;
    7878
    79   PRINTF(0)("collision raction======================================\n");
     79  //PRINTF(0)("collision raction======================================\n");
    8080
    8181  const std::vector<CollisionEvent*>* collisionEvents = &(collision->getCollisionEvents());
     
    155155    }
    156156  }
    157   PRINTF(0)("collision distances: x: %f, y: %f, z: %f\n", front, height, side);
     157  //PRINTF(0)("collision distances: x: %f, y: %f, z: %f\n", front, height, side);
    158158
    159159
Note: See TracChangeset for help on using the changeset viewer.