mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Cleanup preload debugging, bump to 2.00 (#7976)
This commit is contained in:
parent
aab8d8eb32
commit
2ca13fc022
@ -10,7 +10,7 @@
|
||||
#define VERSION_AR MAJOR,MINOR,PATCHLVL,BUILD
|
||||
|
||||
// MINIMAL required version for the Mod. Components can specify others..
|
||||
#define REQUIRED_VERSION 1.98
|
||||
#define REQUIRED_VERSION 2.00
|
||||
#define REQUIRED_CBA_VERSION {3,15,0}
|
||||
|
||||
#ifdef COMPONENT_BEAUTIFIED
|
||||
|
@ -19,11 +19,11 @@
|
||||
#include "\z\ace\addons\medical_engine\script_macros_config.hpp"
|
||||
|
||||
#define PRELOAD_CLASS(class) \
|
||||
INFO_1("Starting preload for (%1)",class);\
|
||||
TRACE_1("Starting preload",class);\
|
||||
[{\
|
||||
1 preloadObject _this;\
|
||||
}, {\
|
||||
INFO_1("Preload done for (%1)",_this);\
|
||||
TRACE_1("Preload done",_this);\
|
||||
}, class] call CBA_fnc_waitUntilAndExecute
|
||||
|
||||
#define PRIORITY_HEAD 3
|
||||
|
Loading…
Reference in New Issue
Block a user