mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix compilation error for cxdiag
This commit is contained in:
parent
a1d198d317
commit
798e016aa1
1 changed files with 2 additions and 2 deletions
|
|
@ -4789,9 +4789,9 @@ static void Command_cxdiag_f(void)
|
|||
}
|
||||
|
||||
if (errors)
|
||||
CONS_Printf("\x85""%u errors detected.\n", i+1, j);
|
||||
CONS_Printf("\x85""%u errors detected.\n", errors);
|
||||
else
|
||||
CONS_Printf("\x83""No errors detected! Good job\n", i+1, j);
|
||||
CONS_Printf("\x83""No errors detected! Good job\n");
|
||||
}
|
||||
|
||||
// =========================================================================
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue