Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3535 in orxonox.OLD for orxonox/trunk/src/world_entities/player.cc


Ignore:
Timestamp:
Mar 13, 2005, 11:38:45 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: player connected to the track.
There is some strange error about this, that I do not quite understand.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/player.cc

    r3531 r3535  
    179179  //l->dist = l->dist + travelSpeed * time;
    180180 
    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);
    183183 
    184184  /* this updates the player position on the track - user interaction */
Note: See TracChangeset for help on using the changeset viewer.