mirror of
https://github.com/acemod/ACE3.git
synced 2025-07-25 04:42:48 +00:00
10 lines
155 B
Plaintext
10 lines
155 B
Plaintext
#include "script_component.hpp"
|
|
|
|
GVAR(ZOOM) = 0;
|
|
GVAR(NV) = 0;
|
|
GVAR(IRON) = false;
|
|
GVAR(TI) = 0;
|
|
GVAR(cur_cam) = 0;
|
|
GVAR(ROTATE) = 0;
|
|
GVAR(ELEVAT) = 0.01;
|