diff -r b4dde7035fe2 -r faf1b93422ba share/hedgewars/Data/Maps/TrophyRace/map.lua --- 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