author | unC0Rr |
Mon, 29 Feb 2016 14:41:52 +0300 | |
changeset 11583 | 309faab3b6a5 |
parent 11582 | e54f8e0ca3bb |
child 11584 | f1cf921cf456 |
share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua | file | annotate | diff | comparison | revisions |
--- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Mon Feb 29 14:36:44 2016 +0300 +++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua Mon Feb 29 14:41:52 2016 +0300 @@ -729,7 +729,7 @@ fastX[fastCount] = x fastY[fastCount] = y fastCount = fastCount + 1 - else if flag == 0 then + elseif flag == 0 then techX[techCount], techY[techCount] = x, y techCount = techCount + 1 else