fix for
issue #840: Basic Training - Grenade is failing to dismiss team
--- a/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua Sun Nov 30 15:30:51 2014 -0500
+++ b/share/hedgewars/Data/Missions/Training/Basic_Training_-_Grenade.lua Sun Nov 30 21:32:24 2014 +0100
@@ -141,7 +141,7 @@
-- Remove the team to end the game. Only do this once.
if team_death == false then
team_death = true
- DismissTeam("Grenadiers")
+ DismissTeam(loc("Grenadiers"))
end
else
-- ... or just lower the timer by 1.