diff -r 54a78ec6aac4 -r 0dfe26f48ec1 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Sun Nov 21 19:14:45 2010 +0300 +++ b/hedgewars/uLandObjects.pas Sun Nov 21 19:41:19 2010 +0300 @@ -30,7 +30,7 @@ implementation uses uStore, uConsts, uConsole, uRandom, uVisualGears, uSound, GLunit, - uTypes, uVariables, uUtils, uIO; + uTypes, uVariables, uUtils, uDebug; const MaxRects = 512; MAXOBJECTRECTS = 16;