diff -r e80e0d3273c5 -r 12cc2bd84b0b hedgewars/uGearsUtils.pas --- a/hedgewars/uGearsUtils.pas Sat May 12 00:25:49 2012 +0400 +++ b/hedgewars/uGearsUtils.pas Sat May 12 22:13:56 2012 +0400 @@ -20,7 +20,7 @@ unit uGearsUtils; interface -uses uTypes, math; +uses uTypes; procedure doMakeExplosion(X, Y, Radius: LongInt; AttackingHog: PHedgehog; Mask: Longword); inline; procedure doMakeExplosion(X, Y, Radius: LongInt; AttackingHog: PHedgehog; Mask: Longword; const Tint: LongWord); @@ -46,7 +46,7 @@ uses uFloat, uSound, uCollisions, uUtils, uConsts, uVisualGears, uAIMisc, uVariables, uLandGraphics, uScript, uStats, uCaptions, uTeams, uStore, uLocale, uTextures, uRenderUtils, uRandom, SDLh, uDebug, uGears, - uGearsList; + uGearsList, Math; procedure doMakeExplosion(X, Y, Radius: LongInt; AttackingHog: PHedgehog; Mask: Longword); inline; begin