Counter-Strike: Fix the hostage from becoming unresponsive when hurt.

This commit is contained in:
Marco Cawthorne 2020-04-28 06:14:30 +02:00
parent a1f2a78800
commit e697fd8fc5

View file

@ -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;
}