Changeset 8952 in orxonox.OLD for branches/single_player_map/src/lib
- Timestamp:
- Jun 30, 2006, 2:04:53 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8943 r8952 77 77 float side = 0; 78 78 79 PRINTF(0)("collision raction======================================\n");79 //PRINTF(0)("collision raction======================================\n"); 80 80 81 81 const std::vector<CollisionEvent*>* collisionEvents = &(collision->getCollisionEvents()); … … 155 155 } 156 156 } 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); 158 158 159 159
Note: See TracChangeset
for help on using the changeset viewer.