hearing: ups, wrong triangle

This commit is contained in:
Nicolás Badano 2015-01-14 00:13:57 -03:00
parent 0f4d8bc82f
commit 71879acb79

View File

@ -26,7 +26,7 @@ if (missionNamespace getVariable [QGVAR(isEarRingingPlaying), false]) exitWith {
_fnc_removeEarRinging = {
// Skip first execution
if (diag_tickTime > 1 + ((_this select 0) select 0)) exitWith {};
if (diag_tickTime < 1 + ((_this select 0) select 0)) exitWith {};
GVAR(isEarRingingPlaying) = false;
[(_this select 1)] call cba_fnc_removePerFrameHandler;