mirror of
https://github.com/fabiangreffrath/woof.git
synced 2025-09-22 11:22:18 -04:00
turn error message into a full sentence
This commit is contained in:
parent
6fa9663ae8
commit
9a53d72c21
@ -292,7 +292,7 @@ void P_LoadNodes (int lump)
|
|||||||
char fmt[5];
|
char fmt[5];
|
||||||
memcpy(fmt, data, 4);
|
memcpy(fmt, data, 4);
|
||||||
fmt[4] = '\0';
|
fmt[4] = '\0';
|
||||||
I_Error("Unsupported nodes format for %s: %s\n",
|
I_Error("Unsupported nodes format for %s: %s.\n",
|
||||||
lumpinfo[lump-ML_NODES].name, fmt);
|
lumpinfo[lump-ML_NODES].name, fmt);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user