mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-28 04:51:42 +00:00
Use correct formatting for size_t in Printf
This commit is contained in:
parent
991cef9163
commit
fbd72c149b
1 changed files with 1 additions and 1 deletions
|
|
@ -1526,7 +1526,7 @@ boolean K_SetupWaypointList(void)
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
CONS_Debug(DBG_SETUP, "Successfully setup %zu waypoints.\n", numwaypoints);
|
CONS_Debug(DBG_SETUP, "Successfully setup %s waypoints.\n", sizeu1(numwaypoints));
|
||||||
if (finishline == NULL)
|
if (finishline == NULL)
|
||||||
{
|
{
|
||||||
CONS_Alert(
|
CONS_Alert(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue