From aad56866ea88dd1edcb3378772ed47f0c2c44cd0 Mon Sep 17 00:00:00 2001 From: SilentSpike Date: Mon, 18 May 2015 12:59:37 +0100 Subject: [PATCH] Forgot my privates --- addons/zeus/functions/fnc_moduleKnockout.sqf | 2 +- addons/zeus/functions/fnc_moduleSurrender.sqf | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/addons/zeus/functions/fnc_moduleKnockout.sqf b/addons/zeus/functions/fnc_moduleKnockout.sqf index 8af634c4d1..2c26c79c73 100644 --- a/addons/zeus/functions/fnc_moduleKnockout.sqf +++ b/addons/zeus/functions/fnc_moduleKnockout.sqf @@ -16,7 +16,7 @@ #include "script_component.hpp" PARAMS_3(_logic,_units,_activated); -private ["_activated","_unit","_logic","_conscious"]; +private ["_unit","_conscious"]; if (!_activated) exitWith {}; diff --git a/addons/zeus/functions/fnc_moduleSurrender.sqf b/addons/zeus/functions/fnc_moduleSurrender.sqf index 63b53775c3..58e4e3c820 100644 --- a/addons/zeus/functions/fnc_moduleSurrender.sqf +++ b/addons/zeus/functions/fnc_moduleSurrender.sqf @@ -15,10 +15,8 @@ #include "script_component.hpp" -[_unit,!_surrendering] call DEFUNC(captives,setSurrendered); - PARAMS_3(_logic,_units,_activated); -private ["_logic","_activated","_unit","_conscious","_previous"]; +private ["_unit","_surrendering"]; if (!_activated) exitWith {};