share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
branch0.9.22
changeset 12367 3e4044f959a9
parent 12366 744e51920a04
child 12401 7342f5020691
equal deleted inserted replaced
12366:744e51920a04 12367:3e4044f959a9
   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 
   785 
   786     if fastCount > 0 then
   786     if map ~= nil and fastCount > 0 then
   787         StartGhostPoints(fastCount)
   787         StartGhostPoints(fastCount)
   788 
   788 
   789         for i = 0, (fastCount - 1) do
   789         for i = 0, (fastCount - 1) do
   790             DumpPoint(fastX[i], fastY[i])
   790             DumpPoint(fastX[i], fastY[i])
   791         end
   791         end