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:
parent
9b7f0aea51
commit
d87030a911
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue