hedgewars/uGears.pas
changeset 7391 588eabb4b384
parent 7389 15c3fb4882df
child 7395 d0d38cd0d27c
--- 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)