Changeset 7923 for code/branches/hudimprovements/src/modules
- Timestamp:
- Feb 20, 2011, 1:02:51 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.cc
r7920 r7923 53 53 SUPER(HUDBoostBar, tick, dt); 54 54 55 if (this->owner_ /*&& !this->owner_->getPermanentBoost()*/)55 if (this->owner_) 56 56 { 57 57 this->show(); … … 59 59 this->setValue(value); 60 60 } 61 /*else62 this->hide();*/63 61 } 64 62
Note: See TracChangeset
for help on using the changeset viewer.