hedgewars/hwengine.pas
changeset 10445 dac3bfb3a2b1
parent 10306 4fca8bcfaff0
child 10515 7705784902e1
child 10580 17560eb73b4c
--- a/hedgewars/hwengine.pas	Sat Oct 25 11:29:45 2014 -0400
+++ b/hedgewars/hwengine.pas	Sat Oct 25 15:17:02 2014 -0400
@@ -74,7 +74,9 @@
             SetDefaultBinds;
             if HasBorder then
                 DisableSomeWeapons;
-            AddClouds;
+            // wave "clouds" on underwater theme look weird w/ weSea, esp the blended bottom portion
+            if (WorldEdge <> weSea) or (Theme <> 'Underwater') then
+                AddClouds;
             AddFlakes;
             SetRandomSeed(cSeed, false);
             AssignHHCoords;