Changeset 8955 for code/branches/hud/src
- Timestamp:
- Nov 30, 2011, 4:57:35 PM (13 years ago)
- Location:
- code/branches/hud/src/modules/overlays/hud
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hud/src/modules/overlays/hud/CMakeLists.txt
r8706 r8955 7 7 HUDHealthBar.cc 8 8 HUDTimer.cc 9 HUDEnemyHealthBar.cc 9 10 ChatOverlay.cc 10 11 AnnounceMessage.cc -
code/branches/hud/src/modules/overlays/hud/HUDNavigation.h
r8920 r8955 68 68 { return 1.0f; } 69 69 70 unsigned int getMarkerLimit() { return this->markerLimit_; } 71 70 72 private: 71 73 struct ObjectInfo … … 85 87 float getNavMarkerSize() const 86 88 { return navMarkerSize_; } 89 87 90 88 91 void setTextSize ( float size ); … … 106 109 bool showDistance; 107 110 108 unsigned int markerLimit_;; //TODO: is it possible to set this over the console and/or the IG-Setting111 unsigned int markerLimit_;; 109 112 110 113
Note: See TracChangeset
for help on using the changeset viewer.