diff -r b14e24444bca -r d1c65b60cd68 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Sat Nov 20 23:20:46 2010 +0300 +++ b/hedgewars/uLandObjects.pas Sat Nov 20 23:48:04 2010 +0300 @@ -29,7 +29,7 @@ procedure AddOnLandObjects(Surface: PSDL_Surface); implementation -uses uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, +uses uStore, uConsts, uConsole, uRandom, uVisualGears, uSound, GLunit, uTypes, uVariables, uUtils, uIO; const MaxRects = 512;