1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00
ACE3/addons/medical_vitals/XEH_preStart.sqf

10 lines
215 B
Plaintext
Raw Normal View History

2018-04-27 14:43:41 +00:00
#include "script_component.hpp"
#include "XEH_PREP.hpp"
GVAR(oxygenSupplyConditionCache) = createHashMap;
call FUNC(scanConfig);
GVAR(oxygenSupplyConditionCache) = compileFinal GVAR(oxygenSupplyConditionCache);