--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri Nov 25 02:01:18 2016 +0100
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua Fri Nov 25 02:53:42 2016 +0100
@@ -57,7 +57,7 @@
end
function onGameStart()
- ShowMission(loc("TrophyRace"), "", loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
+ ShowMission(loc("TrophyRace"), loc("Race"), loc("Use your rope to get from start to finish as fast as you can!"), -amRope, 0)
started = true
p=1820
for i = 0, numhhs - 1 do
@@ -174,7 +174,7 @@
hscore = hscore .. "|" .. string.format(loc("Team %d: "), i+1) .. tt
end
- ShowMission(loc("TrophyRace"), "", loc("You've reached the goal!| |Time: ") .. (ttime / 1000) .. " s" .. hscore, 0, 0)
+ ShowMission(loc("TrophyRace"), loc("Race"), loc("You've reached the goal!| |Time: ") .. (ttime / 1000) .. " s" .. hscore, 0, 0)
TurnTimeLeft = 0
end
end