mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Fix -Wformat
This commit is contained in:
parent
a5043b5be8
commit
badbcb5c8d
1 changed files with 1 additions and 1 deletions
|
|
@ -4371,7 +4371,7 @@ void M_DrawAddons(void)
|
||||||
|
|
||||||
m = numwadfiles-(mainwads+2+1);
|
m = numwadfiles-(mainwads+2+1);
|
||||||
|
|
||||||
V_DrawCenteredString(BASEVIDWIDTH/2, y+4, (majormods ? highlightflags : V_TRANSLUCENT), va("%d ADD-ON%s LOADED", m, (m == 1) ? "" : "S")); //+2 for music, sounds, +1 for main.kart
|
V_DrawCenteredString(BASEVIDWIDTH/2, y+4, (majormods ? highlightflags : V_TRANSLUCENT), va("%ld ADD-ON%s LOADED", (long)m, (m == 1) ? "" : "S")); //+2 for music, sounds, +1 for main.kart
|
||||||
}
|
}
|
||||||
|
|
||||||
#undef addonsseperation
|
#undef addonsseperation
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue