diff -r bb6503b9847e -r 7654e2357934 hedgewars/uLand.pas --- a/hedgewars/uLand.pas Mon May 16 00:15:32 2016 +0200 +++ b/hedgewars/uLand.pas Tue May 17 21:32:10 2016 +0200 @@ -30,7 +30,7 @@ procedure GenPreviewAlpha(out Preview: TPreviewAlpha); implementation -uses uConsole, uStore, uRandom, uLandObjects, uIO, uLandTexture, SysUtils, +uses uConsole, uStore, uRandom, uLandObjects, uIO, uLandTexture, uVariables, uUtils, uCommands, adler32, uDebug, uLandPainted, uTextures, uLandGenMaze, uPhysFSLayer, uScript, uLandGenPerlin, uLandGenTemplateBased, uLandUtils, uRenderUtils;