diff -r 15c3fb4882df -r 588eabb4b384 hedgewars/uGears.pas --- a/hedgewars/uGears.pas Sat Jul 14 23:19:09 2012 -0400 +++ b/hedgewars/uGears.pas Sun Jul 15 15:35:28 2012 -0400 @@ -453,7 +453,6 @@ if (not CurrentTeam^.ExtDriven) or CurrentTeam^.hasGone then inc(hiTicks) // we do not recieve a message for this end; - ScriptCall('onGameTick'); if GameTicks mod 20 = 0 then ScriptCall('onGameTick20'); inc(GameTicks)