Remove loc() called with a variable.
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Tue Oct 28 10:17:49 2014 -0400
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua Tue Oct 28 10:27:35 2014 -0400
@@ -675,7 +675,7 @@
--trackTeams()
ShowMission(loc("Continental supplies"),loc("Let a Continent provide your weapons!"),
- loc(generalinfo), -amLowGravity, 0)
+ generalinfo, -amLowGravity, 0)
end
--what happen when a turn starts
@@ -1254,4 +1254,4 @@
end
--[[sources (populations & area):
Own calculations
-Some are approximations.]]
\ No newline at end of file
+Some are approximations.]]