Replace old use of showHud

This commit is contained in:
PabstMirror
2015-10-15 22:45:35 -05:00
parent bec884e581
commit 94e3cd1f79
6 changed files with 10 additions and 10 deletions

View File

@ -19,4 +19,4 @@ if (isNull (uiNamespace getVariable ["ACE_Helper_Display", objNull])) exitWith {
(QGVAR(InteractionHelper) call BIS_fnc_rscLayer) cutText ["", "PLAIN"];
showHUD true;
["mouseHint", []] call EFUNC(common,showHud); //This is equivalent to the old showHud true

View File

@ -50,4 +50,4 @@ if (_scroll == "") exitWith {
(_display displayCtrl 1002) ctrlSetText _scroll;
showHUD false;
["mouseHint", [false, true, true, true, true, true, true, false]] call EFUNC(common,showHud); //This is equivalent to the old showHud false