mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Since the functions always exist, I guess these variables should too
This commit is contained in:
parent
5f1cf0b4b6
commit
f3788afc89
@ -17,11 +17,11 @@ GVAR(lastFragTime) = -2;
|
||||
|
||||
#include "initSettings.inc.sqf"
|
||||
|
||||
#ifdef DEBUG_MODE_DRAW
|
||||
GVAR(dev_trackLines) = createHashMap;
|
||||
GVAR(dev_hitBoxes) = createHashMap;
|
||||
GVAR(dev_eventSpheres) = [];
|
||||
GVAR(dev_drawPFEH) = -1;
|
||||
#ifdef DEBUG_MODE_DRAW
|
||||
#include "initSettingsDebug.inc.sqf"
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user