hedgewars/hwengine.pas
branchqmlfrontend
changeset 10515 7705784902e1
parent 10448 4cb727e029fa
parent 10445 dac3bfb3a2b1
child 10606 8e95911cb86b
--- a/hedgewars/hwengine.pas	Sun Nov 09 23:02:21 2014 +0300
+++ b/hedgewars/hwengine.pas	Tue Nov 18 23:39:30 2014 +0300
@@ -63,7 +63,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;