Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 6, 2018, 3:13:26 PM (8 years ago)
Author:
landauf
Message:

[HUD_HS16] removed HUDPickupItem as it is not really necessary (it's just an ogre overlay). also fixed several memory-leaks and some issues with positioning and visibility of the pickup items

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/modules/overlays/hud/HUDPickupSystem.h

    r11704 r11705  
    5151
    5252    private:
    53        
    5453        std::string getIcon(std::string repName);
    5554
    56         std::vector<HUDPickupItem*> items_;
    57         Ogre::PanelOverlayElement* overlayElement_;
     55        std::vector<Ogre::OverlayElement*> items_;
    5856    };
    5957}
Note: See TracChangeset for help on using the changeset viewer.