- Timestamp:
- Nov 11, 2010, 1:35:49 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/src/modules/overlays/hud/LastManStandingInfos.h
r7635 r7636 45 45 virtual void tick(float dt); 46 46 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 47 virtual void changedOwner(); 47 48 48 49 inline void setShowLives(bool value) … … 57 58 58 59 private: 59 LastManStanding* owner_; 60 LastManStanding* lms_; 61 PlayerInfo* player_; 60 62 bool bShowLives_; 61 63 bool bShowPlayers_;
Note: See TracChangeset
for help on using the changeset viewer.