This commit is contained in:
parent
0c9db1bed0
commit
17f60b9751
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ void CNpcSteerableBarrelPlatform::postInit()
|
||||||
|
|
||||||
void CNpcSteerableBarrelPlatform::processMovement( int _frames )
|
void CNpcSteerableBarrelPlatform::processMovement( int _frames )
|
||||||
{
|
{
|
||||||
s32 maxHeight = 20;
|
s32 maxHeight = 8;
|
||||||
s32 fallSpeed = 3;
|
s32 fallSpeed = 3;
|
||||||
s8 yMovement = fallSpeed * _frames;
|
s8 yMovement = fallSpeed * _frames;
|
||||||
s32 groundHeight;
|
s32 groundHeight;
|
||||||
|
|
Loading…
Add table
Reference in a new issue