added trailing newlines

This commit is contained in:
lambdatiger 2024-01-15 13:39:19 -06:00
parent 0e1bd6ab0e
commit 62a82ec71d
7 changed files with 8 additions and 9 deletions

View File

@ -57,4 +57,4 @@ _material = switch (true) do {
GVAR(spallMaterialCache) set [_surfType, _material];
TRACE_2("materialCacheSet",_surfType,_material);
_material
_material

View File

@ -32,4 +32,4 @@ private _ammoInfo = [_caliber, _explosive, _indirectHit];
GVAR(spallInfoCache) set [_ammo, _ammoInfo];
_ammoInfo
_ammoInfo

View File

@ -4,7 +4,7 @@
* Adds setting defined blacklisted rounds to blacklist
*
* Arguments:
* Mne
* None
*
* Return Value:
* None
@ -48,5 +48,4 @@ for "_i" from 0 to _items - 1 do {
GVAR(shouldFragCache) set [_convArray#_i, false];
};
INFO_2("Initialized blacklist. Total items found: %1, number of items failed: %2", _items, _errors);
INFO_2("Initialized blacklist. Total items found: %1, number of items failed: %2", _items, _errors);

View File

@ -94,4 +94,4 @@ GVAR(spallMaterialCache) = createHashMapFromArray [
["a3\data_f\penetration\weapon_plate.bisurf","metal"],
["a3\data_f\penetration\wood.bisurf","wood"],
["a3\data_f\penetration\wood_plate.bisurf","wood"]
];
];

View File

@ -75,4 +75,4 @@ if (GVAR(debugOptions) && (_shouldFrag || _shouldSpall)) then {
[_projectile, "red", true] call FUNC(dev_trackObj);
};
#endif
TRACE_2("initExit",_shouldFrag,_shouldSpall);
TRACE_2("initExit",_shouldFrag,_shouldSpall);

View File

@ -38,4 +38,4 @@ if (_skip == 1 || (_force == 0 && {_explosive < 0.5 || {_indirectHit < 3
GVAR(shouldFragCache) set [_ammo, _shouldFrag];
_shouldFrag
_shouldFrag

View File

@ -30,4 +30,4 @@ _shouldSpall = _caliber * GVAR(spallIntensity) >= 2.5 || (_explosive >= 0.5 && _
GVAR(shouldSpallCache) set [_ammo, _shouldSpall];
_shouldSpall
_shouldSpall