diff -r 4f2b1a152979 -r f4a0ec067601 hedgewars/uLandObjects.pas --- a/hedgewars/uLandObjects.pas Wed Nov 17 20:58:23 2010 +0300 +++ b/hedgewars/uLandObjects.pas Wed Nov 17 22:07:03 2010 +0300 @@ -29,7 +29,7 @@ procedure AddOnLandObjects(Surface: PSDL_Surface); implementation -uses uLand, uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, +uses uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, uTypes, uVariables; const MaxRects = 512;