diff -r fe0e3903bb9e -r bcefeeabaa33 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Thu Nov 18 09:12:27 2010 +0300 +++ b/hedgewars/uLandObjects.pas Thu Nov 18 11:32:47 2010 +0300 @@ -30,7 +30,7 @@ implementation uses uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, - uTypes, uVariables; + uTypes, uVariables, uUtils; const MaxRects = 512; MAXOBJECTRECTS = 16;