hedgewars/uGame.pas
changeset 2814 71e80c6e74bb
parent 2786 85f6425a4d74
child 2948 3f21a9dc93d0
--- 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;