Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 8, 2016, 6:34:27 PM (7 years ago)
Author:
patricwi
Message:

visualization finished, bug when ending or reloading the level

File:
1 edited

Legend:

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

    r11314 r11325  
    6666        void createPickupList(); 
    6767        void removePickup(Pickupable* pickup);
     68
     69        bool repaint=true;
     70
    6871    private:
    6972       
    7073        void destroyAll();
     74        std::string getIcon(std::string repName);
    7175
    7276        std::map<Pickupable*, HUDPickupItem*> picks;
Note: See TracChangeset for help on using the changeset viewer.