hedgewars/uCommandHandlers.pas
changeset 13461 854caa3c9212
parent 13459 08a3851aaf67
child 13533 0c8001e43fd3
--- a/hedgewars/uCommandHandlers.pas	Tue Jul 10 16:25:58 2018 +0200
+++ b/hedgewars/uCommandHandlers.pas	Tue Jul 10 16:44:13 2018 +0200
@@ -844,7 +844,8 @@
 begin
   s:= s; // avoid compiler hint
   isShowMission:= false;
-  HideMission();
+  if (not isForceMission) then
+    HideMission();
 end;
 
 procedure initModule;