mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-27 15:10:30 -04:00
prevent the total time from moving horizontally when counting up
This commit is contained in:
parent
2e17789741
commit
4efa1198ff
@ -1842,7 +1842,7 @@ static void WI_drawStats(void)
|
|||||||
|
|
||||||
// [FG] draw total time alongside level time and par time
|
// [FG] draw total time alongside level time and par time
|
||||||
{
|
{
|
||||||
const boolean wide = (cnt_total_time > 61*59) || (SP_TIMEX + SHORT(total->width) >= ORIGWIDTH/4);
|
const boolean wide = (wbs->totaltimes / TICRATE > 61*59) || (SP_TIMEX + SHORT(total->width) >= ORIGWIDTH/4);
|
||||||
|
|
||||||
V_DrawPatch(SP_TIMEX, SP_TIMEY + 16, FB, total);
|
V_DrawPatch(SP_TIMEX, SP_TIMEY + 16, FB, total);
|
||||||
// [FG] choose x-position depending on width of time string
|
// [FG] choose x-position depending on width of time string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user