ACE3/addons/mapfx/XEH_preInit.sqf

12 lines
170 B
Plaintext
Raw Normal View History

//#define DEBUG_MODE_FULL
#include "script_component.hpp"
ADDON = false;
LOG(MSG_INIT);
PREP(determineMapLight);
PREP(determineZoom);
PREP(updateMapFx);
ADDON = true;