This commit is contained in:
Charles 2001-07-25 15:13:10 +00:00
parent aa26a0b64b
commit 5132d7ca82

View File

@ -312,7 +312,7 @@ void CNpcStaticClamEnemy::collidedWith( CThing *_thisThing )
{ {
if ( !player->isRecoveringFromHit() ) if ( !player->isRecoveringFromHit() )
{ {
//if ( m_frame >= ( 5 << 8 ) ) if ( m_frame >= ( 5 << 8 ) )
{ {
m_oldControlFunc = m_controlFunc; m_oldControlFunc = m_controlFunc;
m_controlFunc = NPC_CONTROL_COLLISION; m_controlFunc = NPC_CONTROL_COLLISION;