mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-04 04:36:21 +00:00
Slow the flash.
This commit is contained in:
parent
5c4247dd61
commit
77bcb5d502
1 changed files with 1 additions and 1 deletions
|
|
@ -966,7 +966,7 @@ static void ST_drawInput(void)
|
|||
}
|
||||
}
|
||||
if (!demosynced) // should always be last, so it doesn't push anything else around
|
||||
V_DrawThinString(x, y, ((leveltime & 2) ? V_YELLOWMAP : V_REDMAP), "BAD DEMO!!");
|
||||
V_DrawThinString(x, y, ((leveltime & 4) ? V_YELLOWMAP : V_REDMAP), "BAD DEMO!!");
|
||||
}
|
||||
|
||||
static void ST_drawLevelTitle(void)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue