Changeset 8928 in orxonox.OLD for branches/single_player_map
- Timestamp:
- Jun 29, 2006, 11:43:03 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8927 r8928 73 73 float CR_THRESHOLD = 0.2f; 74 74 75 float height ;76 float front ;77 float side ;75 float height = 0; 76 float front = 0; 77 float side = 0; 78 78 79 79 PRINTF(0)("collision raction======================================\n"); … … 155 155 break; 156 156 } 157 PRINTF(0)("collision distanzes: x: %f, y: %f, z: %f\n", front, height, side);158 157 } 159 158 PRINTF(0)("collision distanzes: x: %f, y: %f, z: %f\n", front, height, side); 160 159 161 160
Note: See TracChangeset
for help on using the changeset viewer.