mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
82aa953e66
commit
e0ae842ff0
@ -30,6 +30,15 @@ while {dialog} do {
|
||||
closeDialog 0;
|
||||
};
|
||||
|
||||
// Controls some PP effects, but a little unclear which
|
||||
BIS_fnc_feedback_allowPP = !_init;
|
||||
|
||||
// Removes death blur if present
|
||||
if !(isNil "BIS_DeathBlur") then {
|
||||
BIS_DeathBlur ppEffectAdjust [0];
|
||||
BIS_DeathBlur ppEffectCommit 0;
|
||||
};
|
||||
|
||||
// Note that init and destroy intentionally happen in reverse order
|
||||
// Init: Vars > Display > UI Stuff
|
||||
// Destroy: UI Stuff > Display > Vars
|
||||
|
Loading…
Reference in New Issue
Block a user