Skip to content

Commit

Permalink
do not set default value for CBA hash when using eachPair
Browse files Browse the repository at this point in the history
  • Loading branch information
Fusselwurm committed Jul 23, 2020
1 parent c5967d2 commit ecccc6e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addons/area_markers/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ if (isServer) then {
ISNILS(GVAR(markerVisibilities), SIDES_ARRAY_HASH);
publicVariable QGVAR(markerVisibilities);

#define ALPHAS_HASH [[], 1] call CBA_fnc_hashCreate;
ISNILS(GVAR(markerAlphas), ALPHAS_HASH);
ISNILS(GVAR(markerAlphas), call CBA_fnc_hashCreate);
publicVariable QGVAR(markerAlphas);
};

Expand Down

0 comments on commit ecccc6e

Please sign in to comment.