Second batch of cleaned up files.

This commit is contained in:
SAM
2015-05-14 20:06:06 +02:00
parent 9b55dd0b57
commit 0b6f02f45e
157 changed files with 826 additions and 957 deletions

View File

@ -13,11 +13,9 @@
*/
#include "script_component.hpp"
private ["_unit", "_action", "_id", "_name", "_actionsVar", "_currentID", "_actionIDs", "_actions", "_actionID", "_nameVar"];
private ["_name", "_actionsVar", "_currentID", "_actionIDs", "_actions", "_actionID", "_nameVar"];
_unit = _this select 0;
_action = _this select 1;
_id = _this select 2;
PARAMS_3(_unit,_action,_id);
if (_id == -1) exitWith {};