Added todo for setDead next frame exec

This commit is contained in:
BaerMitUmlaut 2017-04-27 18:53:06 +02:00
parent f12d69e231
commit 56818ac780

View File

@ -19,6 +19,7 @@
params ["_unit", ["_reason", "unknown"]];
// wait a frame to escape handleDamage
// @TODO Test if this is still necessary
[EFUNC(medical_engine,setStructuralDamage), [_unit, 1]] call CBA_fnc_execNextFrame;
private _lastShooter = _unit getVariable [QEGVAR(medical_engine,lastShooter), objNull];