Changeset 3535 in orxonox.OLD for orxonox/trunk/src/world_entities
- Timestamp:
- Mar 13, 2005, 11:38:45 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/world_entities/player.cc
r3531 r3535 179 179 //l->dist = l->dist + travelSpeed * time; 180 180 181 Vector* shift = new Vector (this->travelSpeed * time, 0, 0);182 this->shiftCoor (shift);181 // Vector* shift = new Vector (this->travelSpeed * time, 0, 0); 182 // this->shiftCoor (shift); 183 183 184 184 /* this updates the player position on the track - user interaction */
Note: See TracChangeset
for help on using the changeset viewer.