Merged commits

This commit is contained in:
lambdatiger 2024-01-15 13:55:01 -06:00
parent eeb08c3f05
commit 4bd866b97d
2 changed files with 3 additions and 3 deletions

View File

@ -3,10 +3,10 @@
/*
* Author: ACE-Team, Lambda.Tiger
* This function will dump every ammo config that would generate ace_frag
* fragements that could be fired from a weapon
* fragments that could be fired from a weapon
*
* Arguments:
* 0: Log ammo types that wouldn't normall frag <BOOL>
* 0: Log ammo types that wouldn't normally frag
* 1: Only export ammo classes of classes referenced in cfgAmmo
* and their submunitions. <BOOL>
* 2: Force a CSV format on debug print <BOOL>

View File

@ -24,7 +24,7 @@ params [
TRACE_3("devDraw",_object,_color,_isProj);
// pick color and add it to the array
private _colorArray = switch (toLower _color) do {
private _colorArray = switch (toLowerANSI _color) do {
case "purple": {[0.8, 0, 0.8, 1]};
case "blue": {[0, 0, 0.8, 1]};
case "green": {[0, 0.8, 0, 1]};