private arrays part 2

This commit is contained in:
[VB]AWOL
2013-10-22 10:16:20 -05:00
parent af4b876cde
commit 207f4e3b88
58 changed files with 91 additions and 62 deletions

View File

@@ -14,7 +14,7 @@ Returns a vector that is the sum of <vector1> and <vector2>.
************************************************************/
private["_p1","_p2","_return"];
private ["_p1","_p2","_return","_c"];
_p1 = _this select 0;
_p2 = _this select 1;