mirror of
https://github.com/nzp-team/glquake.git
synced 2024-11-10 06:31:35 +00:00
Use correct index for complete Zombie Crawler mesh
This commit is contained in:
parent
9b9c690c15
commit
758b4e64ac
1 changed files with 1 additions and 1 deletions
|
@ -967,7 +967,7 @@ void R_DrawAliasModel (entity_t *e)
|
|||
//
|
||||
if(doZHack && specChar == '%')
|
||||
{
|
||||
if(clmodel->name[strlen(clmodel->name) - 6] == 'c')
|
||||
if(clmodel->name[12] == 'c')
|
||||
paliashdr = (aliashdr_t *) Mod_Extradata(Mod_FindName("models/ai/zcfull.mdl"));
|
||||
else
|
||||
paliashdr = (aliashdr_t *) Mod_Extradata(Mod_FindName("models/ai/zfull.mdl"));
|
||||
|
|
Loading…
Reference in a new issue