diff -r 56d2f2d5aad8 -r 4feced261c68 hedgewars/uLandPainted.pas --- a/hedgewars/uLandPainted.pas Sun Jan 19 00:18:28 2014 +0400 +++ b/hedgewars/uLandPainted.pas Tue Jan 21 22:38:13 2014 +0100 @@ -27,7 +27,7 @@ procedure freeModule; implementation -uses uLandGraphics, uConsts, uVariables, uUtils, SDLh, uCommands, uDebug, uScript; +uses uLandGraphics, uConsts, uVariables, uUtils, SDLh, uCommands, uScript; type PointRec = packed record X, Y: SmallInt;