mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
integrate filters pbo into inventory pbo
This commit is contained in:
@ -2,11 +2,20 @@
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#ifdef DEBUG_ENABLED_INVENTORY
|
||||
#define DEBUG_MODE_FULL
|
||||
#define DEBUG_MODE_FULL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_INVENTORY
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_INVENTORY
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
||||
#define IDC_FILTERLISTS 6554
|
||||
#define IDC_ITEMLIST_GROUND 632
|
||||
#define IDC_ITEMLIST_SOLDIER 640
|
||||
#define IDC_ITEMLIST_UNIFORM 633
|
||||
#define IDC_ITEMLIST_VEST 638
|
||||
#define IDC_ITEMLIST_BACKPACK 619
|
||||
|
||||
#define DUMMY_VALUE 127
|
||||
|
Reference in New Issue
Block a user