Fixing again

This commit is contained in:
Tyler Young 2022-12-27 22:34:32 -05:00
parent bb9992455d
commit 96cd0931d1
2 changed files with 3 additions and 3 deletions

View file

@ -165,7 +165,7 @@ void() precaches =
precache_model ("models/ai/zbc#.mdl");
precache_model ("models/ai/zalc(.mdl");
precache_model ("models/ai/zarc(.mdl");
precache_model ("models/ai/zch^.mdl");
precache_model ("models/ai/zhc^.mdl");
// powerups
precache_model ("models/sprites/explosion.spr");

View file

@ -747,7 +747,7 @@ void Parse_Damage () = // DO NOT TOUCH
body_ent.larm.solid = SOLID_NOT;
setmodel(body_ent.larm,"");
body_ent.larm.frame = 0;
updateLimb (body_ent.larm.owner, 1, world);
//updateLimb (body_ent.larm.owner, 1, world);
}
body_ent.larm.washit = 0;
@ -767,7 +767,7 @@ void Parse_Damage () = // DO NOT TOUCH
body_ent.rarm.solid = SOLID_NOT;
setmodel(body_ent.rarm,"");
body_ent.rarm.frame = 0;
updateLimb (body_ent.rarm.owner, 2, world);
//updateLimb (body_ent.rarm.owner, 2, world);
}
body_ent.rarm.washit = 0;