Swap createLocation by CBA_fnc_createNamespace

This commit is contained in:
esteldunedain 2016-02-18 13:58:18 -03:00
parent 0236c16e8f
commit 2a8410650a

View File

@ -2,8 +2,7 @@
if (!hasInterface) exitWith {};
GVAR(cacheAmmoLoudness) = createLocation ["ACE_HashLocation", [-10000,-10000,-10000], 0, 0];
GVAR(cacheAmmoLoudness) setText QGVAR(cacheAmmoLoudness);
GVAR(cacheAmmoLoudness) = call CBA_fnc_createNamespace;
GVAR(deafnessDV) = 0;
GVAR(deafnessPrior) = 0;