correct an error message

This commit is contained in:
Bill Currie 2001-05-09 20:31:21 +00:00
parent 83af1368e1
commit 9b666fb26e

View file

@ -154,7 +154,7 @@ EncodePCX (byte * data, int width, int height,
byte *pack;
if (!(pcx = Hunk_TempAlloc (width * height * 2 + 1000))) {
Con_Printf ("WritePCXfile: not enough memory\n");
Con_Printf ("EncodePCX: not enough memory\n");
return 0;
}