hedgewars/uLandGenPerlin.pas
changeset 10249 b47ac2c19de3
parent 10199 fdb689b57b1b
child 10386 c9e38f8d4f94
--- a/hedgewars/uLandGenPerlin.pas	Wed May 28 09:05:36 2014 +0400
+++ b/hedgewars/uLandGenPerlin.pas	Sat May 31 00:33:51 2014 +0200
@@ -127,12 +127,12 @@
     height = 2048;
     minY = 500;
 
-    bottomPlateHeight = 90;
-    bottomPlateMargin = 1200;
+    //bottomPlateHeight = 90;
+    //bottomPlateMargin = 1200;
     margin = 200;
 
 procedure GenPerlin;
-var y, x, dy, di, dj, r: LongInt;
+var y, x, {dy, }di, dj, r: LongInt;
 begin
     inoise_setup();