turn error message into a full sentence

This commit is contained in:
Fabian Greffrath 2020-01-13 23:09:55 +01:00
parent 6fa9663ae8
commit 9a53d72c21

View File

@ -292,7 +292,7 @@ void P_LoadNodes (int lump)
char fmt[5];
memcpy(fmt, data, 4);
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);
}
}