mirror of
https://github.com/nzp-team/quakec.git
synced 2025-01-21 08:51:26 +00:00
Fixing again
This commit is contained in:
parent
bb9992455d
commit
96cd0931d1
2 changed files with 3 additions and 3 deletions
|
@ -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");
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue