Fix -Wformat

This commit is contained in:
James R 2022-10-16 16:50:13 -07:00
parent b03cb9e1a8
commit 8a8126567b

View file

@ -473,7 +473,7 @@ static void P_SetupAnchoredSlopes (void) {
if (plane == 0) 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; continue;
} }