mirror of
https://github.com/DrBeef/Raze.git
synced 2025-02-21 03:01:36 +00:00
parent
a3915c6861
commit
4467547c8c
1 changed files with 1 additions and 1 deletions
|
@ -1009,7 +1009,7 @@ void UpdateStatusBar(ClockTicks arg)
|
|||
if (pp->cookieTime > 0)
|
||||
{
|
||||
const int MESSAGE_LINE = 142; // Used to be 164
|
||||
MNU_DrawSmallString(160, MESSAGE_LINE, pp->cookieQuote, 0, 0, 0, clamp((pp->cookieTime - totalclock) / 60., 0., 1.));
|
||||
MNU_DrawSmallString(160, MESSAGE_LINE, pp->cookieQuote, 0, 0, 0, clamp(pp->cookieTime / 60., 0., 1.));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue