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