2016-09-11 18:46:35 +00:00
|
|
|
#define COMPONENT medical_blood
|
|
|
|
#define COMPONENT_BEAUTIFIED Medical Blood
|
|
|
|
#include "\z\ace\addons\main\script_mod.hpp"
|
|
|
|
|
2016-10-05 22:54:57 +00:00
|
|
|
// #define DEBUG_ENABLED_MEDICAL_BLOOD
|
2016-09-27 18:00:58 +00:00
|
|
|
#define DISABLE_COMPILE_CACHE
|
2016-09-11 18:46:35 +00:00
|
|
|
// #define ENABLE_PERFORMANCE_COUNTERS
|
|
|
|
|
|
|
|
#ifdef DEBUG_ENABLED_MEDICAL_BLOOD
|
|
|
|
#define DEBUG_MODE_FULL
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef DEBUG_SETTINGS_MEDICAL_BLOOD
|
|
|
|
#define DEBUG_SETTINGS DEBUG_SETTINGS_MEDICAL_BLOOD
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "\z\ace\addons\main\script_macros.hpp"
|
2018-07-18 20:17:44 +00:00
|
|
|
#include "\z\ace\addons\medical_engine\script_macros_medical.hpp"
|
2016-09-19 10:27:02 +00:00
|
|
|
|
|
|
|
#define MAX_BLOOD_OBJECTS 500
|
|
|
|
#define BLOOD_OBJECT_LIFETIME 900
|