diff -r 9654205a9424 -r 43945842da0c hedgewars/uLandTexture.pas --- a/hedgewars/uLandTexture.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uLandTexture.pas Thu Nov 18 12:12:51 2010 +0300 @@ -28,7 +28,7 @@ procedure DrawLand(dX, dY: LongInt); implementation -uses uMisc, uStore, uConsts, GLunit, uTypes, uVariables, uTextures; +uses uMisc, uStore, uConsts, GLunit, uTypes, uVariables, uTextures, uIO; const TEXSIZE = 256;