diff -r 64e72781d344 -r aabd1b75d5a3 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Sat Feb 08 16:29:34 2014 +0400 +++ b/hedgewars/uLandTexture.pas Sun Feb 09 00:44:29 2014 +0400 @@ -34,7 +34,7 @@ const TEXSIZE = 128; // in avoid tile borders stretch the blurry texture by 1 pixel more - BLURRYLANDOVERLAP = 1 / TEXSIZE / 2.0; // 1 pixel divided by texsize and blurry land scale factor + BLURRYLANDOVERLAP: real = 1 / TEXSIZE / 2.0; // 1 pixel divided by texsize and blurry land scale factor type TLandRecord = record shouldUpdate, landAdded: boolean;