equal
deleted
inserted
replaced
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 |