changeset 10015 | 4feced261c68 |
parent 9998 | 736015b847e3 |
child 10108 | c68cf030eded |
--- 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;