This commit is contained in:
parent
46ca9f23e9
commit
7b77c55d7f
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ void CNpcLeafPlatform::processMovement( int _frames )
|
||||||
m_isActive = false;
|
m_isActive = false;
|
||||||
m_timer = getRnd() % ( 4 * GameState::getOneSecondInFrames() );
|
m_timer = getRnd() % ( 4 * GameState::getOneSecondInFrames() );
|
||||||
m_timerType = NPC_PLATFORM_TIMER_RESPAWN;
|
m_timerType = NPC_PLATFORM_TIMER_RESPAWN;
|
||||||
|
m_isActivated = false;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue