diff -r fd9613278d1b -r f324a18698fe hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sun Aug 06 17:11:33 2006 +0000 +++ b/hedgewars/uGears.pas Sun Aug 06 20:08:15 2006 +0000 @@ -79,7 +79,7 @@ implementation uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, - uLand, uIO, uLandGraphics, uAIMisc, uLocale; + uLand, uIO, uLandGraphics, uAIMisc, uLocale{$IFDEF FPC}, Math{$ENDIF}; var RopePoints: record Count: Longword; HookAngle: integer;