Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Apr 19, 2006, 2:11:14 AM (18 years ago)
Author:
bensch
Message:

some nice fixes

File:
1 edited

Legend:

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

    r6986 r7339  
    2929
    3030    bool              setPlayable(Playable* controllalble);
     31    bool              eject();
    3132    inline Playable*  getPlayable() const  { return this->playable; };
    32     bool              eject();
    3333
    3434    void              weaponConfigChanged();
     
    3939  private:
    4040    Playable*         playable;                  //!< The one we controll or NULL if none
    41     Hud               hud;                           //!< The HUD to be displayed for this Player.
     41    Hud               hud;                       //!< The HUD to be displayed for this Player.
    4242};
    4343
Note: See TracChangeset for help on using the changeset viewer.