share/hedgewars/Data/Scripts/Multiplayer/Racer.lua
changeset 11569 294ce0fa65d0
parent 11563 7e5d6ce6fe14
child 11581 fd02a080d962
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Tue Feb 23 00:41:18 2016 +0100
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua	Tue Feb 23 13:45:49 2016 +0300
@@ -792,4 +792,12 @@
             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