hedgewars/uCommandHandlers.pas
changeset 13461 854caa3c9212
parent 13459 08a3851aaf67
child 13533 0c8001e43fd3
equal deleted inserted replaced
13460:c6ecb87b3231 13461:854caa3c9212
   842 
   842 
   843 procedure chShowMission_m(var s: shortstring);
   843 procedure chShowMission_m(var s: shortstring);
   844 begin
   844 begin
   845   s:= s; // avoid compiler hint
   845   s:= s; // avoid compiler hint
   846   isShowMission:= false;
   846   isShowMission:= false;
   847   HideMission();
   847   if (not isForceMission) then
       
   848     HideMission();
   848 end;
   849 end;
   849 
   850 
   850 procedure initModule;
   851 procedure initModule;
   851 begin
   852 begin
   852 //////// Begin top sorted by freq analysis not including chatmsg
   853 //////// Begin top sorted by freq analysis not including chatmsg