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

@ -12,10 +12,9 @@
*/
#include "script_component.hpp"
private ["_number", "_minLength", "_length"];
private ["_length"];
_number = _this select 0;
_minLength = _this select 1;
PARAMS_2(_number,_minLength);
_number = _number min 999999;