diff -r a1fcfc341a52 -r 83ef50815535 hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Wed Nov 17 17:22:36 2010 +0300 +++ b/hedgewars/uLandTexture.pas Wed Nov 17 17:45:55 2010 +0300 @@ -28,7 +28,7 @@ procedure DrawLand(dX, dY: LongInt); implementation -uses uMisc, uLand, uStore, uConsts, GLunit, uTypes; +uses uMisc, uLand, uStore, uConsts, GLunit, uTypes, uVariables; const TEXSIZE = 256;