diff -r f4a0ec067601 -r b89235e401e5 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Wed Nov 17 22:07:03 2010 +0300 +++ b/hedgewars/uLand.pas Wed Nov 17 22:14:41 2010 +0300 @@ -35,7 +35,7 @@ procedure CheckLandDigest(s: shortstring); implementation -uses uConsole, uStore, uMisc, uRandom, uTeams, uLandObjects, Adler32, uIO, uLandTexture, sysutils, +uses uConsole, uStore, uMisc, uRandom, uLandObjects, Adler32, uIO, uLandTexture, sysutils, uVariables; operator=(const a, b: direction) c: Boolean;