diff --git a/SQF/dayz_code/compile/object_speak.sqf b/SQF/dayz_code/compile/object_speak.sqf index 97845424c..820db5a3b 100644 --- a/SQF/dayz_code/compile/object_speak.sqf +++ b/SQF/dayz_code/compile/object_speak.sqf @@ -1,4 +1,4 @@ -private ["_type","_local","_unit"]; +private ["_chance","_dis","_isWoman","_local","_num","_rnd","_sound","_type","_unit"]; _unit = _this select 0; _type = _this select 1;