convert log macros to cba versions (#4282)

* convert log macros to cba versions

* Add changes to AB

* remove obsolete macro
This commit is contained in:
commy2
2016-10-02 12:55:31 +02:00
committed by Glowbal
parent ddd036f5bd
commit 05d30c5573
203 changed files with 163 additions and 366 deletions

View File

@ -20,10 +20,10 @@
params ["_unit", "_soundClass"];
if (isNull _unit) exitWith {
ACE_LOGERROR_1("unit does not exist [%1]",_unit);
ERROR_1("unit does not exist [%1]",_unit);
};
if (!alive _unit) exitWith {
ACE_LOGERROR_1("unit is not alive [%1]",_unit);
ERROR_1("unit is not alive [%1]",_unit);
};
if (_unit getVariable [QGVAR(isUsingHeadphones), false] && {_unit == ACE_player}) then {