share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 12287 faf1b93422ba
parent 12079 8f222872d432
child 12388 0eb1457f7b94
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Wed Apr 19 17:50:31 2017 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Wed Apr 19 20:21:15 2017 +0200
@@ -177,7 +177,7 @@
             end
             
             ShowMission(loc("TrophyRace"), loc("Race"), loc("You've reached the goal!| |Time: ") .. (ttime / 1000) .. " s" .. hscore, 0, 0)
-            TurnTimeLeft = 0
+            EndTurn(true)
         end
     end
 end