diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2008-04-17 12:27:09 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2008-04-17 12:27:09 +0000 |
commit | 0991c1942ee6f09d40a6224702ce2bf88921a54f (patch) | |
tree | 629a57773166036cb630700188b1a33922653d77 /src/gui/progressbar.h | |
parent | 34e6d6c9c6d13623b9adf00ff19081770c4d9f24 (diff) | |
download | mana-0991c1942ee6f09d40a6224702ce2bf88921a54f.tar.gz mana-0991c1942ee6f09d40a6224702ce2bf88921a54f.tar.bz2 mana-0991c1942ee6f09d40a6224702ce2bf88921a54f.tar.xz mana-0991c1942ee6f09d40a6224702ce2bf88921a54f.zip |
Added smooth progress changes into progressbars.
Diffstat (limited to 'src/gui/progressbar.h')
-rw-r--r-- | src/gui/progressbar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/progressbar.h b/src/gui/progressbar.h index 3e58f14e..eb0795fa 100644 --- a/src/gui/progressbar.h +++ b/src/gui/progressbar.h @@ -99,7 +99,7 @@ class ProgressBar : public gcn::Widget { getBlue() { return mBlue; } private: - float mProgress; + float mProgress, mProgressToGo; Uint8 mRed, mGreen, mBlue; Uint8 mRedToGo, mGreenToGo, mBlueToGo; |