manual merge

This commit is contained in:
commy2 2015-04-07 23:18:31 +02:00
parent 2e66e57535
commit 518c704db6

View File

@ -6,14 +6,12 @@ GVAR(position) = [0,0,0];
#include "initKeybinds.sqf"
<<<<<<< HEAD
["infoDisplayChanged", {
if (!isNull ((_this select 0) displayCtrl 1713151)) then {
uiNamespace setVariable ["ACE_dlgRangefinder", _this select 0];
((_this select 0) displayCtrl 151) ctrlSetTextColor [0,0,0,0];
};
}] call EFUNC(common,addEventHandler);
=======
// Register event for global updates
[QGVAR(forceUpdate), FUNC(onForceUpdate)] call ace_common_fnc_addEventHandler;
>>>>>>> d1b8595c0ed938a88bbf21405ce0319f3456da24
[QGVAR(forceUpdate), FUNC(onForceUpdate)] call EFUNC(common,addEventHandler);