share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
branch0.9.22
changeset 12367 3e4044f959a9
parent 12366 744e51920a04
child 12401 7342f5020691
equal deleted inserted replaced
12366:744e51920a04 12367:3e4044f959a9
  1276         if teamScore[i] < 100000 then
  1276         if teamScore[i] < 100000 then
  1277             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1277             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
  1278         end
  1278         end
  1279     end
  1279     end
  1280 
  1280 
  1281     if fastCount > 0 then
  1281     if map ~= nil and fastCount > 0 then
  1282         StartGhostPoints(fastCount)
  1282         StartGhostPoints(fastCount)
  1283 
  1283 
  1284         for i = 0, (fastCount - 1) do
  1284         for i = 0, (fastCount - 1) do
  1285             DumpPoint(fastX[i], fastY[i])
  1285             DumpPoint(fastX[i], fastY[i])
  1286         end
  1286         end