Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 9023 in orxonox.OLD for branches/multi_player_map/src/world_entities


Ignore:
Timestamp:
Jul 2, 2006, 11:16:47 PM (18 years ago)
Author:
rennerc
Message:

MultiPlayerTeamDeathMatch: use hud notifier instead of own

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/multi_player_map/src/world_entities/player.h

    r9002 r9023  
    3131    bool              eject();
    3232    inline Playable*  getPlayable() const  { return this->playable; };
     33   
    3334
    34 //     inline Hud& hud() { return this->_hud; };
     35     inline Hud& getHud() { return this->hud; };
    3536//     inline const Hud& hud() const { return this->_hud; };
    3637
Note: See TracChangeset for help on using the changeset viewer.