- Timestamp:
- Nov 26, 2012, 4:06:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/spaceNavigation/src/modules/overlays/hud/HUDNavigation.h
r9443 r9468 71 71 { return this->markerLimit_; } 72 72 73 void selectClosestTarget(); 74 void selectNextTarget(); 75 73 76 private: 74 77 struct ObjectInfo … … 124 127 bool showDistance_; 125 128 129 bool closestTarget_; 130 bool nextTarget_; 131 126 132 static const float LIGHTNING_GUN_SPEED_ = 700.0f; 127 133 static const float HSW01_SPEED_ = 2500.0f; 128 134 129 135 float currentMunitionSpeed_; 130 131 Pawn* ship_;132 136 133 137 unsigned int markerLimit_;
Note: See TracChangeset
for help on using the changeset viewer.