changeset 81 | d74e0e914b50 |
parent 80 | 3c3dc6a148ca |
child 82 | 2f4f3236cccc |
--- a/hedgewars/uGears.pas Thu Jul 20 20:11:32 2006 +0000 +++ b/hedgewars/uGears.pas Fri Jul 21 20:37:44 2006 +0000 @@ -76,7 +76,8 @@ GearsList: PGear = nil; implementation -uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO, uLandGraphics, uAIMisc; +uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, + uLand, uIO, uLandGraphics, uAIMisc, uLocale; var RopePoints: record Count: Longword; HookAngle: integer;