Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Mar 31, 2005, 12:28:28 AM (20 years ago)
Author:
patrick
Message:

orxonox/trunk: fixed speed issue, was a problem with the current track defined in the debug level

File:
1 edited

Legend:

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

    r3685 r3686  
    5252  acceleration = 10.0;
    5353  //weapons:
    54   Weapon* wp = new TestGun(this, new Vector(), new Quaternion());
     54  Weapon* wp = new TestGun(this, new Vector(-1.1, 0.0, 2.6), new Quaternion());
    5555  this->weapons->add(wp);
    5656  this->activeWeapon = wp; 
Note: See TracChangeset for help on using the changeset viewer.