This commit is contained in:
parent
c3618f4c64
commit
4f29aca643
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ void CNpcGeyserPlatformGenerator::think( int _frames )
|
||||||
|
|
||||||
if ( m_timer < 0 )
|
if ( m_timer < 0 )
|
||||||
{
|
{
|
||||||
m_timer = getRnd() % ( m_data[m_type].initTimer * GameState::getOneSecondInFrames() );
|
//m_timer = getRnd() % ( m_data[m_type].initTimer * GameState::getOneSecondInFrames() );
|
||||||
|
m_timer = m_data[m_type].initTimer * GameState::getOneSecondInFrames();
|
||||||
|
|
||||||
// generate new falling platform
|
// generate new falling platform
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue