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

@ -1,10 +1,9 @@
// by commy2
#include "script_component.hpp"
private ["_array", "_value", "_min", "_max"];
private ["_min", "_max"];
_array = _this select 0;
_value = _this select 1;
PARAMS_2(_array,_value);
_min = _array select floor _value;
_max = _array select ceil _value;