This commit is contained in:
Charles 2001-06-06 14:04:10 +00:00
parent 033f24ef13
commit aae7874d5d

View file

@ -73,7 +73,7 @@ void CNpcRollingRockHazard::processMovement( int _frames )
{
// move along ground
s32 groundSpeed = 3 * _frames;
s32 groundSpeed = 4 * _frames;
moveX = distX;