diff -r 7b9b44a051f8 -r b47ac2c19de3 hedgewars/uLandGenPerlin.pas --- 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();