Changeset 9027 in orxonox.OLD for trunk/src/lib/collision_reaction
- Timestamp:
- Jul 3, 2006, 11:30:17 AM (18 years ago)
- Location:
- trunk/src/lib/collision_reaction
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/collision_reaction/cr_object_damage.cc
r9025 r9027 56 56 float damage = 0.0f; 57 57 58 PRINTF( 4)("Dealing damage - Handling collision: %s vs %s\n",58 PRINTF(0)("Dealing damage - Handling collision: %s vs %s\n", 59 59 collision->getEntityA()->getClassName(), 60 60 collision->getEntityB()->getClassName()); -
trunk/src/lib/collision_reaction/cr_physics_ground_walk.cc
r9003 r9027 127 127 { 128 128 entity->setAbsCoor(entity->getLastAbsCoor()); 129 PRINTF(0)("ground collision: reset pos\n"); 129 130 } 130 131 else
Note: See TracChangeset
for help on using the changeset viewer.