This commit is contained in:
parent
c2f588e994
commit
79a5c06aef
2 changed files with 4 additions and 4 deletions
|
@ -66,7 +66,7 @@ void CNpcFallingNoRespawnPlatform::processMovement( int _frames )
|
|||
|
||||
Pos.vy += m_speed * _frames;
|
||||
|
||||
if ( m_speed < 3 )
|
||||
if ( m_speed < 12 )
|
||||
{
|
||||
m_speed++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue