equal
deleted
inserted
replaced
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 |