This commit is contained in:
parent
e52e3625c2
commit
7c17b3eba9
1 changed files with 1 additions and 1 deletions
|
@ -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++ )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue