Changeset 3811 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Apr 13, 2005, 10:48:49 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r3764 r3811 199 199 200 200 Vector move = accel * time; 201 this->shiftCoor ( &move);201 this->shiftCoor (move); 202 202 } 203 203
Note: See TracChangeset
for help on using the changeset viewer.