Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 26, 2012, 4:06:46 PM (13 years ago)
Author:
mottetb
Message:

shortcuts don't work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/spaceNavigation/src/modules/overlays/hud/HUDNavigation.h

    r9443 r9468  
    7171                { return this->markerLimit_; }
    7272
     73            void selectClosestTarget();
     74            void selectNextTarget();
     75
    7376        private:
    7477            struct ObjectInfo
     
    124127            bool showDistance_;
    125128
     129            bool closestTarget_;
     130            bool nextTarget_;
     131
    126132            static const float LIGHTNING_GUN_SPEED_ = 700.0f;
    127133            static const float HSW01_SPEED_ = 2500.0f;
    128134
    129135            float currentMunitionSpeed_;
    130 
    131             Pawn* ship_;
    132136
    133137            unsigned int markerLimit_;
Note: See TracChangeset for help on using the changeset viewer.