mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +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