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
b03cb9e1a8
commit
8a8126567b
1 changed files with 1 additions and 1 deletions
|
|
@ -473,7 +473,7 @@ static void P_SetupAnchoredSlopes (void) {
|
|||
|
||||
if (plane == 0)
|
||||
{
|
||||
CONS_Alert(CONS_WARNING, "Slope anchor linedef %u has no planes set.\n", i);
|
||||
CONS_Alert(CONS_WARNING, "Slope anchor linedef %s has no planes set.\n", sizeu1(i));
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue