hedgewars/uGears.pas
changeset 57 e1a77ae57065
parent 56 a29135563e94
child 64 9df467527ae5
--- a/hedgewars/uGears.pas	Wed Jan 25 19:45:39 2006 +0000
+++ b/hedgewars/uGears.pas	Wed Feb 01 20:42:53 2006 +0000
@@ -75,7 +75,7 @@
 var CurAmmoGear: PGear = nil;
 
 implementation
-uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uGraphics;
+uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uLandGraphics;
 var GearsList: PGear = nil;
     RopePoints: record
                 Count: Longword;