Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5212 in orxonox.OLD for trunk/src/world_entities/player.h


Ignore:
Timestamp:
Sep 21, 2005, 8:07:51 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: some little errors corrected via Valgrind

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/world_entities/player.h

    r4975 r5212  
    6666    WeaponManager*        weaponMan;          //!< the weapon manager: managing a list of weapon to wepaon-slot mapping
    6767
    68     Vector*               velocity;           //!< the velocity of the player.
     68    Vector                velocity;           //!< the velocity of the player.
    6969    float                 travelSpeed;        //!< the current speed of the player (to make soft movement)
    7070    float                 acceleration;       //!< the acceleration of the player.
Note: See TracChangeset for help on using the changeset viewer.