diff -r 81f1cf934827 -r 05bb44f4d92f hedgewars/uVisualGearsHandlers.pas --- a/hedgewars/uVisualGearsHandlers.pas Thu Dec 04 11:11:17 2014 -0500 +++ b/hedgewars/uVisualGearsHandlers.pas Thu Dec 04 11:19:38 2014 -0500 @@ -86,7 +86,7 @@ sign:= 1; with Gear^ do begin - if FrameTicks < 1000000 then + if vobFrameTicks < 1000000 then begin inc(FrameTicks, Steps); if not SuddenDeathDmg and (FrameTicks > vobFrameTicks) then