This commit is contained in:
Charles 2001-05-31 13:47:33 +00:00
parent 3f2f16eb69
commit 1015e0a4ac

View file

@ -150,7 +150,7 @@ void CNpcFlyTrapHazard::collidedWith( CThing *_thisThing )
{
m_contact = true;
m_timer = GameState::getOneSecondInFrames() >> 1;
m_timer = GameState::getOneSecondInFrames();
}
else
{