diff -r 9654205a9424 -r 43945842da0c hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Thu Nov 18 11:50:02 2010 +0300 +++ b/hedgewars/uLandObjects.pas Thu Nov 18 12:12:51 2010 +0300 @@ -30,7 +30,7 @@ implementation uses uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, - uTypes, uVariables, uUtils; + uTypes, uVariables, uUtils, uIO; const MaxRects = 512; MAXOBJECTRECTS = 16;