mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
MicroDagr - move drawEH array define to preInit
Fix load order problems (init.sqf can be before postInit)
This commit is contained in:
parent
ac22ca3637
commit
50ab2aa904
@ -3,9 +3,6 @@
|
||||
|
||||
if (!hasInterface) exitWith {};
|
||||
|
||||
//Functions that are called for each draw of the map:
|
||||
GVAR(miniMapDrawHandlers) = [];
|
||||
|
||||
//Add deviceKey entry:
|
||||
private ["_conditonCode", "_toggleCode", "_closeCode"];
|
||||
_conditonCode = {
|
||||
|
@ -23,4 +23,7 @@ PREP(saveCurrentAndSetNewMode);
|
||||
PREP(showApplicationPage);
|
||||
PREP(updateDisplay);
|
||||
|
||||
//Functions that are called for each draw of the map:
|
||||
GVAR(miniMapDrawHandlers) = [];
|
||||
|
||||
ADDON = true;
|
||||
|
Loading…
Reference in New Issue
Block a user