diff --git a/source/hazard/hrrock.cpp b/source/hazard/hrrock.cpp index 6a66a6bee..cd5c3bb27 100644 --- a/source/hazard/hrrock.cpp +++ b/source/hazard/hrrock.cpp @@ -73,7 +73,7 @@ void CNpcRollingRockHazard::processMovement( int _frames ) { // move along ground - s32 groundSpeed = 3 * _frames; + s32 groundSpeed = 4 * _frames; moveX = distX;