From cd32c98def6ca9479228b96bfe6172ce24034d71 Mon Sep 17 00:00:00 2001 From: vbawol Date: Tue, 10 Oct 2017 14:57:11 -0500 Subject: [PATCH] cleanup 2 --- Sources/epoch_code/compile/both/EPOCH_weightedArray.sqf | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/epoch_code/compile/both/EPOCH_weightedArray.sqf b/Sources/epoch_code/compile/both/EPOCH_weightedArray.sqf index 3dbf84fd..65f596cd 100644 --- a/Sources/epoch_code/compile/both/EPOCH_weightedArray.sqf +++ b/Sources/epoch_code/compile/both/EPOCH_weightedArray.sqf @@ -17,6 +17,7 @@ _loot = selectRandomWeighted _lootTable; */ //[[[cog import generate_private_arrays ]]] +private ["_allow","_itemType","_lootTableArray","_lootTableName","_return","_totalChances","_value","_weightedArray"]; //[[[end]]] params ["_configName","_keyName","_arrayName"];