hedgewars/uLand.pas
changeset 4368 b89235e401e5
parent 4367 f4a0ec067601
child 4374 bcefeeabaa33
--- 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;