Changeset 8943 in orxonox.OLD for branches/single_player_map/src/lib/collision_reaction
- Timestamp:
- Jun 30, 2006, 3:21:44 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/single_player_map/src/lib/collision_reaction/cr_physics_ground_walk.cc
r8940 r8943 121 121 { 122 122 entity->shiftCoor(Vector(0.0f, -height, 0.0f)); 123 //entity->setOnGround(true);123 entity->setOnGround(true); 124 124 } 125 125 // object is already in the wall … … 131 131 { 132 132 // entity is not on ground 133 //entity->setOnGround(false);133 entity->setOnGround(false); 134 134 } 135 135 break;
Note: See TracChangeset
for help on using the changeset viewer.