# HG changeset patch
# User Wuzzy <Wuzzy2@mail.ru>
# Date 1560602958 -7200
# Node ID 35f6213ba1fa6269bd7ea756feb7793ed31d1501
# Parent  9d0dc3be6307e562c3288cfbfa9c5690dc3865a5
Continental supplies: Show selected continent if randomly chosen

diff -r 9d0dc3be6307 -r 35f6213ba1fa share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Sat Jun 15 14:21:06 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/Continental_supplies.lua	Sat Jun 15 14:49:18 2019 +0200
@@ -1671,7 +1671,7 @@
 			CS.TEAM_CONTINENT[GetHogTeamName(CurrentHedgehog)]=GetRandom(#CS.CONTINENT_INFORMATION)+1
 			SetContinentWeapons()
 			HideMission()
-			ShowContinentLabel(0)
+			ShowContinentLabel()
 		else
 			ShowContinentLabel()
 		end