hedgewars/uGame.pas
changeset 5638 e35ba2a400d8
parent 5357 ec36f3d53f3c
child 5655 44c2d19f79e2
child 5809 5883d62b648b
equal deleted inserted replaced
5636:c18aed7ad618 5638:e35ba2a400d8
    43 
    43 
    44 if (GameType = gmtDemo) then 
    44 if (GameType = gmtDemo) then 
    45     if isSpeed then Lag:= Lag * 10
    45     if isSpeed then Lag:= Lag * 10
    46     else
    46     else
    47         if cOnlyStats then Lag:= High(LongInt);
    47         if cOnlyStats then Lag:= High(LongInt);
    48 
    48 PlayNextVoice;
    49 i:= 1;
    49 i:= 1;
    50 while (GameState <> gsExit) and (i <= Lag) do
    50 while (GameState <> gsExit) and (i <= Lag) do
    51     begin
    51     begin
    52     if not CurrentTeam^.ExtDriven then
    52     if not CurrentTeam^.ExtDriven then
    53        begin
    53        begin