Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7923


Ignore:
Timestamp:
Feb 20, 2011, 1:02:51 AM (13 years ago)
Author:
bknecht
Message:

Turns out that permanentBoost probably is used for something else then expected . Anyways: BoostBar is now always visible and seems to work properly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/hudimprovements/src/modules/overlays/hud/HUDBoostBar.cc

    r7920 r7923  
    5353        SUPER(HUDBoostBar, tick, dt);
    5454
    55         if (this->owner_ /*&& !this->owner_->getPermanentBoost()*/)
     55        if (this->owner_)
    5656        {
    5757            this->show();
     
    5959            this->setValue(value);
    6060        }
    61         /*else
    62             this->hide();*/
    6361    }
    6462
Note: See TracChangeset for help on using the changeset viewer.