diff -r 0e76c5cd4250 -r c34a8b98d78c hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Tue Nov 15 02:02:08 2011 +0100 +++ b/hedgewars/uLandTexture.pas Mon Nov 14 22:38:24 2011 -0500 @@ -31,7 +31,7 @@ implementation uses uConsts, GLunit, uTypes, uVariables, uTextures, uDebug, uRender; -const TEXSIZE = 256; +const TEXSIZE = 512; type TLandRecord = record shouldUpdate: boolean;