This commit is contained in:
Charles 2001-07-20 20:30:13 +00:00
parent 3b06e26aa7
commit d1aeb111d8

View file

@ -55,9 +55,9 @@ void CNpcFlyTrapHazard::processMovement( int _frames )
{ {
m_rotation += 64 * _frames; m_rotation += 64 * _frames;
if ( m_rotation > 0 ) if ( m_rotation > -256 )
{ {
m_rotation = 0; m_rotation = -256;
m_shut = false; m_shut = false;
m_contact = false; m_contact = false;
m_timer = GameState::getOneSecondInFrames(); m_timer = GameState::getOneSecondInFrames();