diff -r e7b1f0aaf36f -r 434cd1284204 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Mon Jan 17 23:24:55 2011 +0100 +++ b/hedgewars/uLandObjects.pas Tue Jan 18 00:12:39 2011 +0100 @@ -29,7 +29,7 @@ procedure AddOnLandObjects(Surface: PSDL_Surface); implementation -uses uStore, uConsts, uConsole, uRandom, uVisualGears, uSound, GLunit, +uses uStore, uConsts, uConsole, uRandom, uSound, GLunit, uTypes, uVariables, uUtils, uDebug, sysutils; const MaxRects = 512;