From aae7874d5d53bff175e5627eb5a5649f3e18f214 Mon Sep 17 00:00:00 2001 From: Charles Date: Wed, 6 Jun 2001 14:04:10 +0000 Subject: [PATCH] --- source/hazard/hrrock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;