Medical - Cleanup preload debugging, bump to 2.00 (#7976)

This commit is contained in:
PabstMirror 2020-10-30 13:29:13 -05:00 committed by GitHub
parent aab8d8eb32
commit 2ca13fc022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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