Forgot my privates

This commit is contained in:
SilentSpike 2015-05-18 12:59:37 +01:00
parent 90033aa591
commit aad56866ea
2 changed files with 2 additions and 4 deletions

View File

@ -16,7 +16,7 @@
#include "script_component.hpp"
PARAMS_3(_logic,_units,_activated);
private ["_activated","_unit","_logic","_conscious"];
private ["_unit","_conscious"];
if (!_activated) exitWith {};

View File

@ -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 {};