mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
QEGVAR vs QGVAR
This commit is contained in:
parent
bd98e44a94
commit
490155270b
@ -156,7 +156,7 @@ TRACE_1("",_treatmentTime);
|
||||
|
||||
// speed up animation depending on treatment time
|
||||
if (!isNil "_animDuration") then {
|
||||
[QGVAR(setAnimSpeedCoef), [_caller, _animDuration / _treatmentTime]] call CBA_fnc_globalEvent;
|
||||
[QEGVAR(common,setAnimSpeedCoef), [_caller, _animDuration / _treatmentTime]] call CBA_fnc_globalEvent;
|
||||
TRACE_2("",_animDuration,_treatmentTime);
|
||||
};
|
||||
|
||||
|
@ -31,7 +31,7 @@ if (!isNil "_endInAnim") then {
|
||||
};
|
||||
|
||||
// reset sped up animations
|
||||
[QGVAR(setAnimSpeedCoef), [_caller, 1]] call CBA_fnc_globalEvent;
|
||||
[QEGVAR(common,setAnimSpeedCoef), [_caller, 1]] call CBA_fnc_globalEvent;
|
||||
|
||||
{
|
||||
_x params ["_unit", "_item"];
|
||||
|
@ -31,7 +31,7 @@ if (!isNil "_endInAnim") then {
|
||||
};
|
||||
|
||||
// reset sped up animations
|
||||
[QGVAR(setAnimSpeedCoef), [_caller, 1]] call CBA_fnc_globalEvent;
|
||||
[QEGVAR(common,setAnimSpeedCoef), [_caller, 1]] call CBA_fnc_globalEvent;
|
||||
|
||||
// Record specific callback
|
||||
private _config = configFile >> QGVAR(Actions) >> CUR_LEVEL >> _className;
|
||||
|
Loading…
Reference in New Issue
Block a user