fixes typos

This commit is contained in:
Nicolás Badano 2015-01-17 13:45:56 -03:00
parent f165030e3b
commit 4926b6970b
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -17,7 +17,7 @@
*/
#include "script_component.hpp"
EXPLODE_2_PVT(_this,_explosive,_delay;
EXPLODE_2_PVT(_this,_explosive,_delay);
[{
_explosive = _this;