hedgewars/uLand.pas
changeset 4357 a1fcfc341a52
parent 3936 0b982d340633
child 4359 83ef50815535
--- a/hedgewars/uLand.pas	Wed Nov 17 16:31:30 2010 +0300
+++ b/hedgewars/uLand.pas	Wed Nov 17 17:22:36 2010 +0300
@@ -52,7 +52,7 @@
 function  LandBackPixel(x, y: LongInt): LongWord;
 
 implementation
-uses uConsole, uStore, uMisc, uRandom, uTeams, uLandObjects, Adler32, uIO, uLandTexture, sysutils;
+uses uConsole, uStore, uMisc, uRandom, uTeams, uLandObjects, Adler32, uIO, uLandTexture, sysutils, uTypes;
 
 operator=(const a, b: direction) c: Boolean;
 begin