Made a message more friendly.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@653 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Spoike 2004-12-15 19:51:43 +00:00
parent 9b7f0aea51
commit d87030a911

View file

@ -2345,7 +2345,7 @@ void SWMod_LoadAliasModel (model_t *mod, void *buffer)
numframes = pmodel->numframes;
if (pmodel->skinwidth & 0x03)
Sys_Error ("Mod_LoadAliasModel: skinwidth not multiple of 4");
Sys_Error ("Mod_LoadAliasModel: \"%s\" skinwidth not multiple of 4", loadmodel->name);
pheader->model = (qbyte *)pmodel - (qbyte *)pheader;