#2491 - fix params

This commit is contained in:
PabstMirror 2015-09-17 11:34:32 -05:00
parent 8488bea67c
commit 5fc127e94c

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];