share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
branch0.9.22
changeset 12366 744e51920a04
parent 11012 91cc6aef818c
child 12367 3e4044f959a9
--- a/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua	Tue Mar 29 16:54:41 2016 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua	Tue Feb 23 13:45:49 2016 +0300
@@ -1277,6 +1277,15 @@
             DeclareAchievement(raceType, teamNameArr[i], map, teamScore[i])
         end
     end
+
+    if fastCount > 0 then
+        StartGhostPoints(fastCount)
+
+        for i = 0, (fastCount - 1) do
+            DumpPoint(fastX[i], fastY[i])
+        end
+    end
+
 end
 
 function onAmmoStoreInit()