mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
hide open bag option when it's not selected via scroll wheel
This commit is contained in:
parent
12f3bb8dfd
commit
afc8abce85
7
addons/interact_menu/CfgActions.hpp
Normal file
7
addons/interact_menu/CfgActions.hpp
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
|
||||||
|
class CfgActions {
|
||||||
|
class None;
|
||||||
|
class OpenBag: None {
|
||||||
|
showWindow = 0;
|
||||||
|
};
|
||||||
|
};
|
@ -14,6 +14,8 @@ class CfgPatches {
|
|||||||
|
|
||||||
#include "CfgEventHandlers.hpp"
|
#include "CfgEventHandlers.hpp"
|
||||||
|
|
||||||
|
#include "CfgActions.hpp"
|
||||||
|
|
||||||
#include "CursorMenus.hpp"
|
#include "CursorMenus.hpp"
|
||||||
|
|
||||||
class ACE_Settings {
|
class ACE_Settings {
|
||||||
|
Loading…
Reference in New Issue
Block a user