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:
parent
35592fa0af
commit
63d67df7bf
addons/frag/functions
@ -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)||
|
||||
|
Loading…
x
Reference in New Issue
Block a user