Updated parameterization in Zeus module.

This commit is contained in:
Michael Braun
2015-08-04 01:20:41 +02:00
parent 275b0c4300
commit 13b7e7ae72
5 changed files with 13 additions and 13 deletions

View File

@ -15,8 +15,9 @@
#include "script_component.hpp"
PARAMS_3(_logic,_units,_activated);
private ["_mouseOver","_unit","_captive"];
private ["_mouseOver", "_unit", "_captive"];
params ["_logic", "_units", "_activated"];
if !(_activated && local _logic) exitWith {};