mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
8d0cc787b0
- dynamic map illumination - shacking maps when on the move - optional max zoom
12 lines
170 B
Plaintext
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;
|