hedgewars/GSHandlers.inc
changeset 8679 a8bdcf7bec20
parent 8668 b04a3724e328
child 8727 43b1487f02f6
--- a/hedgewars/GSHandlers.inc	Thu Mar 07 00:25:11 2013 +0400
+++ b/hedgewars/GSHandlers.inc	Wed Mar 06 16:00:48 2013 -0500
@@ -1153,15 +1153,15 @@
 dec(Gear^.Timer);
 case Gear^.Kind of
     gtATStartGame: 
-    begin
+        begin
         AllInactive := false;
         if Gear^.Timer = 0 then
             begin
             AddCaption(trmsg[sidStartFight], cWhiteColor, capgrpGameState);
             end
-    end;
+        end;
     gtATFinishGame: 
-    begin
+        begin
         AllInactive := false;
         if Gear^.Timer = 1000 then
             begin
@@ -1175,8 +1175,8 @@
             SendIPC(_S'q');
             GameState := gsExit
             end
+        end;
     end;
-end;
 if Gear^.Timer = 0 then
     DeleteGear(Gear)
 end;