K_drawKartTimestamp: Don't va() a constant string

This commit is contained in:
toaster 2023-08-09 22:42:31 +01:00
parent 8d7c9dd6ce
commit 92ce673416

View file

@ -1793,7 +1793,7 @@ void K_drawKartTimestamp(tic_t drawtime, INT32 TX, INT32 TY, INT32 splitflags, U
}
if (mode && !drawtime)
V_DrawTimerString(TX, TY+3, splitflags, va("--'--\"--"));
V_DrawTimerString(TX, TY+3, splitflags, "--'--\"--");
else
{
// minutes time 00 __ __