diff -r 7efe16575779 -r a0326412e96a hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Fri May 11 23:34:35 2012 +0400 +++ b/hedgewars/uLandObjects.pas Fri May 11 23:36:42 2012 +0400 @@ -31,7 +31,7 @@ implementation uses uStore, uConsts, uConsole, uRandom, uSound, GLunit, - uTypes, uVariables, uUtils, uDebug, sysutils; + uTypes, uVariables, uUtils, uDebug, SysUtils; const MaxRects = 512; MAXOBJECTRECTS = 16;