diff -r 25213bcab42f -r 71e80c6e74bb hedgewars/uGame.pas --- a/hedgewars/uGame.pas Mon Feb 15 21:44:05 2010 +0000 +++ b/hedgewars/uGame.pas Mon Feb 15 21:54:26 2010 +0000 @@ -46,7 +46,7 @@ i:= 1; while (GameState <> gsExit) and (i <= Lag) do begin - ScriptCall('onGameTick'); + ScriptCall('onGameTick'); if not CurrentTeam^.ExtDriven then begin if CurrentHedgehog^.BotLevel <> 0 then ProcessBot;