hedgewars/GSHandlers.inc
changeset 3594 aeca3d8f1b29
parent 3593 ae50f63e4fa9
child 3603 b6b1989744ef
--- 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);