mirror of
https://github.com/nzp-team/dquakeplus.git
synced 2024-11-22 03:41:35 +00:00
Use correct index for complete Zombie Crawler mesh
This commit is contained in:
parent
f0ced89573
commit
7976734bd4
1 changed files with 1 additions and 1 deletions
|
@ -1971,7 +1971,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