Counter-Strike: Fix the hostage from becoming unresponsive when hurt.
This commit is contained in:
parent
a1f2a78800
commit
e697fd8fc5
1 changed files with 1 additions and 2 deletions
|
@ -141,8 +141,7 @@ hostage_entity::Pain(int iHitBody)
|
|||
return;
|
||||
}
|
||||
|
||||
frame = HOSA_FLINCH;
|
||||
m_iFlags |= MONSTER_FEAR;
|
||||
SetFrame(HOSA_FLINCH);
|
||||
m_flAnimTime = time + 0.25f;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue