share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 11588 309faab3b6a5
parent 11587 e54f8e0ca3bb
child 11590 026c329b1a13
equal deleted inserted replaced
11587:e54f8e0ca3bb 11588:309faab3b6a5
   727 function onSpecialPoint(x,y,flag)
   727 function onSpecialPoint(x,y,flag)
   728     if flag == 99 then
   728     if flag == 99 then
   729         fastX[fastCount] = x
   729         fastX[fastCount] = x
   730         fastY[fastCount] = y
   730         fastY[fastCount] = y
   731         fastCount = fastCount + 1
   731         fastCount = fastCount + 1
   732     else if flag == 0 then
   732     elseif flag == 0 then
   733         techX[techCount], techY[techCount] = x, y
   733         techX[techCount], techY[techCount] = x, y
   734         techCount = techCount + 1
   734         techCount = techCount + 1
   735     else
   735     else
   736         addHashData(x)
   736         addHashData(x)
   737         addHashData(y)
   737         addHashData(y)