Fix wp issue, hopefully
authorunC0Rr
Mon, 29 Feb 2016 14:36:44 +0300
changeset 11582 e54f8e0ca3bb
parent 11581 fd02a080d962
child 11583 309faab3b6a5
Fix wp issue, hopefully
share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua	Sun Feb 28 00:00:46 2016 +0300
+++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua	Mon Feb 29 14:36:44 2016 +0300
@@ -729,6 +729,9 @@
         fastX[fastCount] = x
         fastY[fastCount] = y
         fastCount = fastCount + 1
+    else if flag == 0 then
+        techX[techCount], techY[techCount] = x, y
+        techCount = techCount + 1
     else
         addHashData(x)
         addHashData(y)