hedgewars/uGearsHandlersMess.pas
changeset 12174 4a9e2ece6667
parent 12171 115867d77982
child 12192 de9144250c37
equal deleted inserted replaced
12173:b88a4033ab45 12174:4a9e2ece6667
  1423     gtATStartGame:
  1423     gtATStartGame:
  1424         begin
  1424         begin
  1425         AllInactive := false;
  1425         AllInactive := false;
  1426         if Gear^.Timer = 0 then
  1426         if Gear^.Timer = 0 then
  1427             begin
  1427             begin
  1428             AddCaption(trmsg[sidStartFight], cWhiteColor, capgrpGameState);
  1428             AddCaption(GetEventString(eidRoundStart), cWhiteColor, capgrpGameState);
  1429             end
  1429             end
  1430         end;
  1430         end;
  1431     gtATFinishGame:
  1431     gtATFinishGame:
  1432         begin
  1432         begin
  1433         AllInactive := false;
  1433         AllInactive := false;