diff -r e0b78b11d223 -r e30b06ffea3a hedgewars/VGSHandlers.inc --- a/hedgewars/VGSHandlers.inc Sat Jun 11 17:27:26 2011 -0400 +++ b/hedgewars/VGSHandlers.inc Sun Jun 12 10:16:38 2011 -0400 @@ -649,7 +649,7 @@ Gear^.Angle:= round(Gear^.Angle + Steps) mod cMaxAngle; -if round(Gear^.Y) > cWaterLine then +if (round(Gear^.Y) > cWaterLine) and ((cReducedQuality and rqPlainSplash) = 0) then begin AddVisualGear(round(Gear^.X), round(Gear^.Y), vgtDroplet); DeleteVisualGear(Gear);