Since the functions always exist, I guess these variables should too

This commit is contained in:
lambdatiger 2024-01-18 16:00:42 -06:00
parent 5f1cf0b4b6
commit f3788afc89

View File

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