Changeset 11702 for code/trunk/src/modules/overlays/hud/HUDPickupItem.cc
- Timestamp:
- Jan 6, 2018, 2:01:20 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/modules/overlays/hud/HUDPickupItem.cc
r11701 r11702 36 36 37 37 #include "core/CoreIncludes.h" 38 #include "core/XMLPort.h"39 #include "util/Convert.h"40 38 #include "core/class/Super.h" 39 #include "util/StringUtils.h" 41 40 #include "HUDPickupItem.h" 42 41 … … 68 67 } 69 68 70 void HUDPickupItem::hideMe( Pickupable* p, bool repaint)69 void HUDPickupItem::hideMe() 71 70 { 72 if(!repaint) return; //dont do anything, if we are not allowed to repaint because the level is terminating73 assert(overlayElement_);74 assert(this->background_);75 71 //overlayElement_->hide(); 76 72 this->background_->removeChild(overlayElement_->getName());
Note: See TracChangeset
for help on using the changeset viewer.