Oops, remove debug stuff which hid the feature
authorunc0rr
Thu, 27 Feb 2014 12:48:27 +0400
changeset 10163 b994afa40326
parent 10162 38dbf26475d8
child 10164 0570d4b22187
Oops, remove debug stuff which hid the feature
hedgewars/uLand.pas
--- a/hedgewars/uLand.pas	Wed Feb 26 23:43:42 2014 +0400
+++ b/hedgewars/uLand.pas	Thu Feb 27 12:48:27 2014 +0400
@@ -909,7 +909,6 @@
                         inc(t);
 
             Preview[y, x]:= t * 1023 div 256;
-            if t > 8 then Preview[y, x]:= 255 else Preview[y, x]:= 0
             end;
 end;