changeset 11574 | 294ce0fa65d0 |
parent 11568 | 7e5d6ce6fe14 |
child 11586 | 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