hedgewars/uLandObjects.pas
changeset 4359 83ef50815535
parent 4357 a1fcfc341a52
child 4367 f4a0ec067601
--- a/hedgewars/uLandObjects.pas	Wed Nov 17 17:22:36 2010 +0300
+++ b/hedgewars/uLandObjects.pas	Wed Nov 17 17:45:55 2010 +0300
@@ -29,7 +29,8 @@
 procedure AddOnLandObjects(Surface: PSDL_Surface);
 
 implementation
-uses uLand, uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit, uTypes;
+uses uLand, uStore, uConsts, uMisc, uConsole, uRandom, uVisualGears, uSound, GLunit,
+    uTypes, uVariables;
 
 const MaxRects = 512;
       MAXOBJECTRECTS = 16;