From 17f60b9751523ef74f75e8e6450ebd81debcec3c Mon Sep 17 00:00:00 2001 From: Charles Date: Tue, 31 Jul 2001 21:28:03 +0000 Subject: [PATCH] --- source/platform/psbarrel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/platform/psbarrel.cpp b/source/platform/psbarrel.cpp index 437da0af9..1a59d5fa0 100644 --- a/source/platform/psbarrel.cpp +++ b/source/platform/psbarrel.cpp @@ -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;