This commit is contained in:
Charles 2001-07-02 22:23:03 +00:00
parent e52e3625c2
commit 7c17b3eba9

View file

@ -119,7 +119,7 @@ void CNpcSkullStomperEnemy::processClose( int _frames )
// pause and change direction
m_timerTimer = 3 * GameState::getOneSecondInFrames();
m_timerTimer = GameState::getOneSecondInFrames();
m_extendDir = EXTEND_UP;
for ( int i = 0 ; i < 20 ; i++ )