share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 11569 294ce0fa65d0
parent 11563 7e5d6ce6fe14
child 11581 fd02a080d962
equal deleted inserted replaced
11568:e9ee87b28e17 11569:294ce0fa65d0
   790     for i = 0, (numTeams-1) do
   790     for i = 0, (numTeams-1) do
   791         if teamScore[i] < 100000 then
   791         if teamScore[i] < 100000 then
   792             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
   792             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
   793         end
   793         end
   794     end
   794     end
   795 end
   795 
       
   796     if fastCount > 0 then
       
   797         StartGhostPoints(fastCount)
       
   798 
       
   799         for i = 0, (fastCount - 1) do
       
   800             DumpPoint(fastX[i], fastY[i])
       
   801         end
       
   802     end
       
   803 end