Fix private arrays

Fix issue with wild zeds not spawning loot (idk if they it didnt work
before, but _loottypecfg was nil so it probably didnt)
This commit is contained in:
icomrade
2014-03-16 17:21:46 -04:00
parent 3c28809247
commit f5dff8d0b7
3 changed files with 28 additions and 30 deletions

View File

@@ -1,4 +1,4 @@
private ["_item","_itemTypes","_qty","_tQty","_uniq"];
private ["_iPos","_tQty","_qty","_index","_weights","_cntWeights","_canType","_item","_itemTypes","_max","_magQty","_mags","_iItem","_iClass","_radius","_uniq","_iPosZ"];
_iItem = _this select 0;
_iClass = _this select 1;