report the type number of the bad type for temp ents

This commit is contained in:
Bill Currie 2001-11-13 03:14:34 +00:00
parent d27cd9cc21
commit 748dc49218

View file

@ -407,7 +407,7 @@ CL_ParseTEnt (void)
break; break;
default: default:
Sys_Error ("CL_ParseTEnt: bad type"); Sys_Error ("CL_ParseTEnt: bad type %d", type);
} }
} }