Merge pull request #2492 from acemod/fixCPR

Fix CPR params
This commit is contained in:
PabstMirror 2015-09-17 12:37:45 -05:00
commit 7faee2e6ff

View File

@ -15,7 +15,7 @@
#include "script_component.hpp"
private "_reviveStartTime";
param ["_caller","_target"];
params ["_caller","_target"];
if (_target getvariable [QGVAR(inReviveState), false]) then {
_reviveStartTime = _target getvariable [QGVAR(reviveStartTime),0];