ready for dedi -- improvements to resupply, triageIcons too
This commit is contained in:
12
framework/triageIcons/functions/fn_initClient.sqf
Normal file
12
framework/triageIcons/functions/fn_initClient.sqf
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "..\script_component.hpp"
|
||||
|
||||
// List of units to draw icons for
|
||||
GVAR(drawTargets) = [];
|
||||
|
||||
[
|
||||
LEVEL_DEBUG,
|
||||
QUOTE(COMPONENT),
|
||||
"postInit complete",
|
||||
[]
|
||||
] call EFUNC(common,log);
|
||||
localNamespace setVariable [QGVAR(complete), true];
|
||||
Reference in New Issue
Block a user