From 4926b6970b5ab00b8d651435bb30f06f1016c68c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Badano?= Date: Sat, 17 Jan 2015 13:45:56 -0300 Subject: [PATCH] fixes typos --- addons/common/functions/fnc_waitAndExecute.sqf | 2 +- addons/explosives/functions/fnc_startTimer.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/common/functions/fnc_waitAndExecute.sqf b/addons/common/functions/fnc_waitAndExecute.sqf index 6ff46b1a37..214ea10eb9 100644 --- a/addons/common/functions/fnc_waitAndExecute.sqf +++ b/addons/common/functions/fnc_waitAndExecute.sqf @@ -18,7 +18,7 @@ EXPLODE_4_PVT(_this,_func,_params,_delay,_interval); [ { - EXPLODE_2_PVT(_this,_params,_phfId); + EXPLODE_2_PVT(_this,_params,_pfhId); EXPLODE_2_PVT(_params,_delayedExecParams,_startTime); EXPLODE_3_PVT(_delayedExecParams,_func,_funcParams,_delay); diff --git a/addons/explosives/functions/fnc_startTimer.sqf b/addons/explosives/functions/fnc_startTimer.sqf index 8df46261fe..e5c8bdee75 100644 --- a/addons/explosives/functions/fnc_startTimer.sqf +++ b/addons/explosives/functions/fnc_startTimer.sqf @@ -17,7 +17,7 @@ */ #include "script_component.hpp" -EXPLODE_2_PVT(_this,_explosive,_delay; +EXPLODE_2_PVT(_this,_explosive,_delay); [{ _explosive = _this;