diff -r 9654205a9424 -r 43945842da0c hedgewars/uLand.pas --- a/hedgewars/uLand.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uLand.pas Thu Nov 18 12:12:51 2010 +0300 @@ -35,7 +35,7 @@ procedure CheckLandDigest(s: shortstring); implementation -uses uConsole, uStore, uMisc, uRandom, uLandObjects, Adler32, uIO, uLandTexture, sysutils, +uses uConsole, uStore, uRandom, uLandObjects, Adler32, uIO, uLandTexture, sysutils, uVariables, uUtils; operator=(const a, b: direction) c: Boolean;