1
0
mirror of https://github.com/acemod/ACE3.git synced 2024-08-30 18:23:18 +00:00

removed spurious commas

This commit is contained in:
lambdatiger 2024-01-17 21:11:38 -06:00
parent 35592fa0af
commit 63d67df7bf
3 changed files with 3 additions and 3 deletions

@ -26,7 +26,7 @@ params [
"_heightAGL",
"_fragType",
"_maxFragCount",
"_shotParents",
"_shotParents"
];
TRACE_6("doFragRandom",_posASL,_fragVelocity,_heightAGL,_fragType,_maxFragCount,_shotParents);

@ -29,7 +29,7 @@ params [
"_maxFrags",
"_fragTypes",
"_modFragCount",
"_shotParents",
"_shotParents"
];
TRACE_5("fnc_doFragTargeted",_posASL,_fragRange,_maxFrags,_fragTypes,_modFragCount);

@ -26,7 +26,7 @@ params [
"_surfaceType",
"_ammo",
"_shotParents",
"_vectorUp",
"_vectorUp"
];
if (CBA_missionTime < GVAR(nextSpallAllowTime)||