--- 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;