*** empty log message ***

This commit is contained in:
cxgeorge 2002-10-03 22:06:26 +00:00
parent b0355be74e
commit 0efe52ddba

View File

@ -67,7 +67,7 @@ get_value() const {
////////////////////////////////////////////////////////////////////
INLINE float PGWaitBar::
get_percent() const {
return _value / _range * 100.0;
return (_value / _range) * 100.0f;
}
////////////////////////////////////////////////////////////////////