Remove reduced quality check - gameplay impact
authornemo
Fri, 24 Jul 2009 23:50:53 +0000
changeset 2273 6b34f5fa6434
parent 2272 c59656d7b1de
child 2274 f413e41802d6
Remove reduced quality check - gameplay impact
hedgewars/uWorld.pas
--- a/hedgewars/uWorld.pas	Fri Jul 24 19:42:06 2009 +0000
+++ b/hedgewars/uWorld.pas	Fri Jul 24 23:50:53 2009 +0000
@@ -301,7 +301,7 @@
 
 DrawVisualGears(1);
 
-if not cReducedQuality then DrawWater(cWaterOpacity);
+DrawWater(cWaterOpacity);
 
 // Waves
 {$WARNINGS OFF}