Remove loc() called with a variable.
authornemo
Tue, 28 Oct 2014 10:27:35 -0400
changeset 10453 7e90d5856d56
parent 10451 aa5124705663
child 10455 e167cfdf6e80
Remove loc() called with a variable.
share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
--- 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.]]