share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 11590 026c329b1a13
parent 11588 309faab3b6a5
child 11596 7c9243584a72
equal deleted inserted replaced
11589:f1cf921cf456 11590:026c329b1a13
  1290         if teamScore[i] < 100000 then
  1290         if teamScore[i] < 100000 then
  1291             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1291             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1292         end
  1292         end
  1293     end
  1293     end
  1294 
  1294 
  1295     if fastCount > 0 then
  1295     if map ~= nil and fastCount > 0 then
  1296         StartGhostPoints(fastCount)
  1296         StartGhostPoints(fastCount)
  1297 
  1297 
  1298         for i = 0, (fastCount - 1) do
  1298         for i = 0, (fastCount - 1) do
  1299             DumpPoint(fastX[i], fastY[i])
  1299             DumpPoint(fastX[i], fastY[i])
  1300         end
  1300         end