branch | 0.9.22 |
changeset 12366 | 744e51920a04 |
parent 10856 | d080b8d4c114 |
child 12367 | 3e4044f959a9 |
--- a/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Tue Mar 29 16:54:41 2016 +0200 +++ b/share/hedgewars/Data/Scripts/Multiplayer/Racer.lua Tue Feb 23 13:45:49 2016 +0300 @@ -782,4 +782,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