share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 11585 026c329b1a13
parent 11581 fd02a080d962
child 11647 b4d621700bbb
equal deleted inserted replaced
11584:f1cf921cf456 11585:026c329b1a13
   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 
   795 
   796     if fastCount > 0 then
   796     if map ~= nil and fastCount > 0 then
   797         StartGhostPoints(fastCount)
   797         StartGhostPoints(fastCount)
   798 
   798 
   799         for i = 0, (fastCount - 1) do
   799         for i = 0, (fastCount - 1) do
   800             DumpPoint(fastX[i], fastY[i])
   800             DumpPoint(fastX[i], fastY[i])
   801         end
   801         end