ACE3/addons/mapfx/XEH_preInit.sqf
Nicolás Badano 8d0cc787b0 Initial port/reimplementation of ace_mapfx, providing:
- dynamic map illumination
- shacking maps when on the move
- optional max zoom
2015-03-12 21:04:10 -03:00

12 lines
170 B
Plaintext

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