This commit is contained in:
parent
aa26a0b64b
commit
5132d7ca82
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ void CNpcStaticClamEnemy::collidedWith( CThing *_thisThing )
|
|||
{
|
||||
if ( !player->isRecoveringFromHit() )
|
||||
{
|
||||
//if ( m_frame >= ( 5 << 8 ) )
|
||||
if ( m_frame >= ( 5 << 8 ) )
|
||||
{
|
||||
m_oldControlFunc = m_controlFunc;
|
||||
m_controlFunc = NPC_CONTROL_COLLISION;
|
||||
|
|
Loading…
Add table
Reference in a new issue