mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-09 09:33:10 +00:00
K_drawKartTimestamp: Don't va() a constant string
This commit is contained in:
parent
8d7c9dd6ce
commit
92ce673416
1 changed files with 1 additions and 1 deletions
|
|
@ -1793,7 +1793,7 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, INT32 splitflags, U
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mode && !drawtime)
|
if (mode && !drawtime)
|
||||||
V_DrawTimerString(TX, TY+3, splitflags, va("--'--\"--"));
|
V_DrawTimerString(TX, TY+3, splitflags, "--'--\"--");
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// minutes time 00 __ __
|
// minutes time 00 __ __
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue