diff -r 84ac6c6d2d8e -r f68d62711a5c hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Sun Jun 03 18:52:22 2012 -0400 +++ b/hedgewars/uLandTexture.pas Sun Jun 03 22:56:30 2012 -0400 @@ -31,7 +31,7 @@ implementation uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender; -const TEXSIZE = 256; +const TEXSIZE = 128; type TLandRecord = record shouldUpdate, landAdded: boolean;