diff --git a/source/hazard/hflytrap.cpp b/source/hazard/hflytrap.cpp index 970bd73cf..82b2dd00a 100644 --- a/source/hazard/hflytrap.cpp +++ b/source/hazard/hflytrap.cpp @@ -150,7 +150,7 @@ void CNpcFlyTrapHazard::collidedWith( CThing *_thisThing ) { m_contact = true; - m_timer = GameState::getOneSecondInFrames() >> 1; + m_timer = GameState::getOneSecondInFrames(); } else {