branch | 0.9.22 |
changeset 12366 | 744e51920a04 |
parent 10856 | d080b8d4c114 |
child 12367 | 3e4044f959a9 |
11630:11f6a4c316a1 | 12366:744e51920a04 |
---|---|
780 for i = 0, (numTeams-1) do |
780 for i = 0, (numTeams-1) do |
781 if teamScore[i] < 100000 then |
781 if teamScore[i] < 100000 then |
782 DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) |
782 DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i]) |
783 end |
783 end |
784 end |
784 end |
785 end |
785 |
786 if fastCount > 0 then |
|
787 StartGhostPoints(fastCount) |
|
788 |
|
789 for i = 0, (fastCount - 1) do |
|
790 DumpPoint(fastX[i], fastY[i]) |
|
791 end |
|
792 end |
|
793 end |