Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 4:14:47 PM (6 years ago)
Author:
patricwi
Message:

no more segfaults but still not exiting properly - maybe never ending loop?

File:
1 edited

Legend:

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

    r11540 r11558  
    5757
    5858        void sizeChanged();
    59         void sync(std::vector<Pickupable*> p);
    60         void updatePickupList(std::vector<Pickupable*> picks, std::map<Pickupable*, uint32_t> indexes_); 
    61         void createPickupList(); 
    62         void removePickup(Pickupable* pickup);
     59        void sync(std::vector<Pickupable*> p, std::map<Pickupable*, uint32_t> indexes_);
    6360
    6461        bool repaint=true; //if we shouldnt repaint, set this to false
Note: See TracChangeset for help on using the changeset viewer.