mirror of
https://github.com/IT07/a3_vemf_reloaded.git
synced 2024-08-30 16:52:11 +00:00
Tweaked duration
This commit is contained in:
parent
70ddaaee70
commit
71f34e76a4
@ -79,7 +79,7 @@ if not isNull _dsp then
|
||||
_ctrlMsg ctrlCommit 0.5;
|
||||
_ctrlMsg setVariable ["expanded", true];
|
||||
|
||||
uiSleep (count (_x select 2) / 10);
|
||||
uiSleep (count (_x select 2) / 5);
|
||||
} else
|
||||
{
|
||||
_ctrlTitle ctrlSetText toUpper (_x select 1);
|
||||
@ -96,7 +96,7 @@ if not isNull _dsp then
|
||||
_ctrlMsg ctrlCommit 0.5;
|
||||
_ctrlMsg setVariable ["expanded", true];
|
||||
|
||||
uiSleep (count (_x select 2) / 10);
|
||||
uiSleep (count (_x select 2) / 5);
|
||||
};
|
||||
} forEach (uiNamespace getVariable ["VEMFrMsgQueue",[]]);
|
||||
uiNamespace setVariable ["VEMFrMsgQueue", []];
|
||||
|
Loading…
Reference in New Issue
Block a user