Update call to FX_Corpse_Spawn
This commit is contained in:
parent
e0c66406d9
commit
000fb34006
1 changed files with 1 additions and 2 deletions
|
@ -73,8 +73,7 @@ HLMultiplayerRules::PlayerDeath(base_player pl)
|
||||||
if (pl.health < -50) {
|
if (pl.health < -50) {
|
||||||
FX_GibHuman(pl.origin);
|
FX_GibHuman(pl.origin);
|
||||||
} else {
|
} else {
|
||||||
NSRenderableEntity corpse = FX_Corpse_Spawn(pl);
|
FX_Corpse_Spawn(pl, ANIM_DIESIMPLE);
|
||||||
corpse.SetFrame(ANIM_DIESIMPLE);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* now let's make the real client invisible */
|
/* now let's make the real client invisible */
|
||||||
|
|
Loading…
Reference in a new issue