changing macros, irl vector guide

This commit is contained in:
commy2 2015-01-15 22:32:45 +01:00
parent 9cf9733850
commit 7785a9df75
3 changed files with 4 additions and 4 deletions

View File

@ -198,8 +198,8 @@
#define SETMVAR(var1,var2) missionNamespace SETVAR_SYS(var1,var2)
#define SETUVAR(var1,var2) uiNamespace SETVAR_SYS(var1,var2)
#define GETVARD(var1,var2) GETMVAR(GVAR(var1),var2)
#define GETEVARD(var1,var2,var3) GETMVAR(EGVAR(var1,var2),var3)
#define GETGVAR(var1,var2) GETMVAR(GVAR(var1),var2)
#define GETEGVAR(var1,var2,var3) GETMVAR(EGVAR(var1,var2),var3)
#ifdef DISABLE_COMPILE_CACHE

View File

@ -31,7 +31,7 @@ switch (_this select 0) do {
GVAR(keyDownTimeAzimuth) = diag_tickTime;
if (diag_tickTime > GVAR(keyDownTimeDistance) + 0.5) then {
if (GETVARD(isKeyDownDistance,false)) exitWith {
if (GETGVAR(isKeyDownDistance,false)) exitWith {
hint "P1 relative distance mode";
};
@ -56,7 +56,7 @@ switch (_this select 0) do {
GVAR(keyDownTimeDistance) = diag_tickTime;
if (diag_tickTime > GVAR(keyDownTimeAzimuth) + 0.5) then {
if (GETVARD(isKeyDownAzimuth,false)) exitWith {
if (GETGVAR(isKeyDownAzimuth,false)) exitWith {
hint "P1 relative azimuth + non-slope distance mode";
};

BIN
extras/Vector_USMC.pdf Normal file

Binary file not shown.