diff -r 531bf083e8db -r 736479f3d348 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Sun Dec 04 00:52:47 2011 +0300 +++ b/hedgewars/uLand.pas Sun Dec 04 00:56:07 2011 +0300 @@ -31,7 +31,7 @@ implementation uses uConsole, uStore, uRandom, uLandObjects, uIO, uLandTexture, sysutils, uVariables, uUtils, uCommands, Adler32, uDebug, uLandPainted, uTextures, - uLandGraphics, uLandGenMaze, uLandOutline; + uLandGenMaze, uLandOutline; procedure ColorizeLand(Surface: PSDL_Surface);