WxW: Hide “Please wait ...” panel by default
authorWuzzy <Wuzzy2@mail.ru>
Sat, 29 Jun 2019 19:35:59 +0200
changeset 15199 b0ed2b17c0cf
parent 15198 618f36c56950
child 15200 0879fba70510
WxW: Hide “Please wait ...” panel by default
share/hedgewars/Data/Scripts/Multiplayer/WxW.lua
--- a/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua	Sat Jun 29 19:06:41 2019 +0200
+++ b/share/hedgewars/Data/Scripts/Multiplayer/WxW.lua	Sat Jun 29 19:35:59 2019 +0200
@@ -1282,7 +1282,8 @@
 	end
 
 	if useMenu then
-		ShowMission(loc("Wall to wall"), loc("Please wait …"), "", 2, 300000)
+		ShowMission(loc("Wall to wall"), loc("Please wait …"), "", 2, 0)
+		HideMission()
 		UpdateMenu()
 	else
 		if GetGameFlag(gfPlaceHog) then