mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Revert "1.42 - cursor mode when bipod deployed"
This commit is contained in:
parent
a7f1e58dcf
commit
d9bfb84675
@ -32,7 +32,7 @@ GVAR(openedMenuType) = _menuType;
|
|||||||
|
|
||||||
GVAR(useCursorMenu) = (vehicle ACE_player != ACE_player) ||
|
GVAR(useCursorMenu) = (vehicle ACE_player != ACE_player) ||
|
||||||
visibleMap ||
|
visibleMap ||
|
||||||
{(_menuType == 1) && {(isWeaponDeployed ACE_player) || GVAR(AlwaysUseCursorSelfInteraction)}};
|
(GVAR(AlwaysUseCursorSelfInteraction) && _menuType == 1);
|
||||||
if (GVAR(useCursorMenu)) then {
|
if (GVAR(useCursorMenu)) then {
|
||||||
createDialog QGVAR(cursorMenu);
|
createDialog QGVAR(cursorMenu);
|
||||||
// The dialog sets:
|
// The dialog sets:
|
||||||
|
Loading…
Reference in New Issue
Block a user