Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 30, 2011, 4:57:35 PM (13 years ago)
Author:
mspaling
Message:

worked on EnemyHealthBar

File:
1 edited

Legend:

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

    r8920 r8955  
    6868    { return 1.0f; }
    6969
     70    unsigned int getMarkerLimit() { return this->markerLimit_; }
     71
    7072private:
    7173    struct ObjectInfo
     
    8587    float getNavMarkerSize() const
    8688    { return navMarkerSize_; }
     89
    8790
    8891    void setTextSize ( float size );
     
    106109    bool showDistance;
    107110
    108     unsigned int markerLimit_;; //TODO: is it possible to set this over the console and/or the IG-Setting
     111    unsigned int markerLimit_;;
    109112
    110113
Note: See TracChangeset for help on using the changeset viewer.