hedgewars/uGearsHedgehog.pas
changeset 13156 26f0c3669b4e
parent 13096 d78e65c66573
child 13161 aa7915ceb69f
equal deleted inserted replaced
13155:25de976a7b9a 13156:26f0c3669b4e
    45     t: byte;
    45     t: byte;
    46 begin
    46 begin
    47     t:= 0;
    47     t:= 0;
    48     while (TeamsArray[t] <> CurrentTeam) do inc(t);
    48     while (TeamsArray[t] <> CurrentTeam) do inc(t);
    49 
    49 
    50     // TODO: Localize
    50     AddChatString(#2 + FormatA(trmsg[sidAutoSkip], CurrentTeam^.TeamName));
    51     AddChatString(#2 + CurrentTeam^.TeamName + ' automatically skipped turn.');
       
    52 
    51 
    53     ParseCommand('/skip', true)
    52     ParseCommand('/skip', true)
    54 end;
    53 end;
    55 
    54 
    56 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?
    55 // Shouldn't more of this ammo switching stuff be moved to uAmmos ?