diff -r f4a0ec067601 -r b89235e401e5 hedgewars/uVisualGears.pas --- a/hedgewars/uVisualGears.pas Wed Nov 17 22:07:03 2010 +0300 +++ b/hedgewars/uVisualGears.pas Wed Nov 17 22:14:41 2010 +0300 @@ -38,7 +38,8 @@ vobVelocity, vobFallSpeed: LongInt; implementation -uses uWorld, uMisc, uStore, uTeams, uSound, uMobile, uVariables; +uses uWorld, uMisc, uStore, uSound, uMobile, uVariables; + const cExplFrameTicks = 110; {$INCLUDE "VGSHandlers.inc"}