diff -r ae50f63e4fa9 -r aeca3d8f1b29 hedgewars/GSHandlers.inc --- a/hedgewars/GSHandlers.inc Tue Jun 29 23:30:49 2010 -0400 +++ b/hedgewars/GSHandlers.inc Wed Jun 30 12:55:33 2010 +0200 @@ -137,7 +137,7 @@ PlaySound(sndSplash) end; - if not cReducedQuality and (hwRound(Gear^.Y) < cWaterLine + 64 + Gear^.Radius) then + if ((cReducedQuality and rqPlainSplash) = 0) and (hwRound(Gear^.Y) < cWaterLine + 64 + Gear^.Radius) then begin AddVisualGear(hwRound(Gear^.X), cWaterLine, vgtSplash);