changeset 11018 | b524ae93098f |
parent 10944 | c4b3440eeac6 |
child 11022 | e09a7280b856 |
11017:16c47a5573e4 | 11018:b524ae93098f |
---|---|
730 var t: LongInt; |
730 var t: LongInt; |
731 begin |
731 begin |
732 // avoid compiler hint |
732 // avoid compiler hint |
733 s:= s; |
733 s:= s; |
734 |
734 |
735 isPaused:= false; |
|
736 |
|
735 t:= 0; |
737 t:= 0; |
736 while t < TeamsCount do |
738 while t < TeamsCount do |
737 begin |
739 begin |
738 TeamsArray[t]^.hasGone:= true; |
740 TeamsArray[t]^.hasGone:= true; |
739 inc(t) |
741 inc(t) |