This commit is contained in:
Charles 2001-06-04 20:12:28 +00:00
parent c2f588e994
commit 79a5c06aef
2 changed files with 4 additions and 4 deletions

View file

@ -66,7 +66,7 @@ void CNpcFallingNoRespawnPlatform::processMovement( int _frames )
Pos.vy += m_speed * _frames;
if ( m_speed < 3 )
if ( m_speed < 12 )
{
m_speed++;
}