mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix all script components
This commit is contained in:
parent
6cfc0754d8
commit
73b059859c
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_AIM120
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_GBU
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_AIM120
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_AIM9
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_GBU
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_AIM9
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
@ -30,7 +30,7 @@ GVAR(debug_drawGuidanceInfo) = false;
|
||||
|
||||
#ifdef DRAW_GUIDANCE_INFO
|
||||
GVAR(debug_drawGuidanceInfo) = true;
|
||||
#else
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_PROJECTILE_CAMERA
|
||||
GVAR(debug_enableMissileCamera) = true;
|
||||
|
@ -2,10 +2,10 @@
|
||||
#define COMPONENT_BEAUTIFIED Missile Guidance
|
||||
#include "\z\ace\addons\main\script_mod.hpp"
|
||||
|
||||
#define DRAW_GUIDANCE_INFO
|
||||
// #define DRAW_GUIDANCE_INFO
|
||||
// #define ENABLE_PROJECTILE_CAMERA
|
||||
// #define DEBUG_MODE_FULL
|
||||
#define DISABLE_COMPILE_CACHE
|
||||
// #define DISABLE_COMPILE_CACHE
|
||||
// #define ENABLE_PERFORMANCE_COUNTERS
|
||||
|
||||
#ifdef DEBUG_ENABLED_MISSILEGUIDANCE
|
||||
|
@ -11,7 +11,7 @@
|
||||
#endif
|
||||
|
||||
#ifdef DEBUG_SETTINGS_VIKHR
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_GBU
|
||||
#define DEBUG_SETTINGS DEBUG_SETTINGS_VIKHR
|
||||
#endif
|
||||
|
||||
#include "\z\ace\addons\main\script_macros.hpp"
|
||||
|
Loading…
Reference in New Issue
Block a user