hedgewars/uGame.pas
branchhedgeroid
changeset 5655 44c2d19f79e2
parent 5605 31bd6e30df02
parent 5638 e35ba2a400d8
child 5824 2e5835130d9a
equal deleted inserted replaced
5647:28ab6763da9d 5655:44c2d19f79e2
    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