share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 11583 309faab3b6a5
parent 11582 e54f8e0ca3bb
child 11585 026c329b1a13
equal deleted inserted replaced
11582:e54f8e0ca3bb 11583: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)