mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix Script Comp
This commit is contained in:
parent
9224cd0c2a
commit
e1c08626be
@ -3,12 +3,12 @@
|
||||
|
||||
// #define DEBUG_MODE_FULL
|
||||
|
||||
#ifdef DEBUG_ENABLED_COMMON
|
||||
#ifdef DEBUG_ENABLED_GRENADES
|
||||
#define DEBUG_MODE_FULL
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_ENABLED_COMMON
|
||||
#define DEBUG_SETTINGS DEBUG_ENABLED_COMMON
|
||||
#ifdef DEBUG_SETTINGS_GRENADES
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_GRENADES
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user