mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixes typos
This commit is contained in:
parent
f165030e3b
commit
4926b6970b
@ -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_2_PVT(_params,_delayedExecParams,_startTime);
|
||||||
EXPLODE_3_PVT(_delayedExecParams,_func,_funcParams,_delay);
|
EXPLODE_3_PVT(_delayedExecParams,_func,_funcParams,_delay);
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
*/
|
*/
|
||||||
#include "script_component.hpp"
|
#include "script_component.hpp"
|
||||||
|
|
||||||
EXPLODE_2_PVT(_this,_explosive,_delay;
|
EXPLODE_2_PVT(_this,_explosive,_delay);
|
||||||
|
|
||||||
[{
|
[{
|
||||||
_explosive = _this;
|
_explosive = _this;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user