From c65313ce305f7978afaf300c5c41fc3c4d09e344 Mon Sep 17 00:00:00 2001 From: Daveo Date: Sat, 28 Jul 2001 16:54:59 +0000 Subject: [PATCH] --- source/fx/fxgeyser.cpp | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/source/fx/fxgeyser.cpp b/source/fx/fxgeyser.cpp index 937360102..6f3b4ee5a 100644 --- a/source/fx/fxgeyser.cpp +++ b/source/fx/fxgeyser.cpp @@ -23,7 +23,7 @@ void CFXGeyser::init(DVECTOR const &_Pos) currentFrame=FRM__GUSH000; SoundId = NOT_PLAYING; BasePos=_Pos; - OtPos++; + OtPos+=3; } /*****************************************************************************/ @@ -105,6 +105,12 @@ int W; W=(Ft4->x1-Ft4->x0)/2; Ft4->x0-=W; Ft4->x1+=W; Ft4->x2-=W; Ft4->x3+=W; + if (Height<8) + { + Ft4->x0+=2; Ft4->x1-=2; + Ft4->x2+=2; Ft4->x3-=2; + } + int FrameW=Ft4->x1-Ft4->x0; setCollisionCentreOffset(FrameW>>1,-Height/2);