This commit is contained in:
Charles 2001-07-31 21:28:03 +00:00
parent 0c9db1bed0
commit 17f60b9751

View File

@ -42,7 +42,7 @@ void CNpcSteerableBarrelPlatform::postInit()
void CNpcSteerableBarrelPlatform::processMovement( int _frames )
{
s32 maxHeight = 20;
s32 maxHeight = 8;
s32 fallSpeed = 3;
s8 yMovement = fallSpeed * _frames;
s32 groundHeight;