This commit is contained in:
parent
033f24ef13
commit
aae7874d5d
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ void CNpcRollingRockHazard::processMovement( int _frames )
|
||||||
{
|
{
|
||||||
// move along ground
|
// move along ground
|
||||||
|
|
||||||
s32 groundSpeed = 3 * _frames;
|
s32 groundSpeed = 4 * _frames;
|
||||||
|
|
||||||
moveX = distX;
|
moveX = distX;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue