I was poking about the defines and noticed that in the NAI section of the defines "Escort" has been spelled as "Excort". However it is the same in all six instances and all six instances are entirely within the NAI section [which governs AI behvaior as I recall]. I am wondering if the spelling matches how the varible is named in the actual code [which obviously I have no access to] or did I just find an error?
NAVAL_MIN_EXCORT_WINGS = 0, -- Min amount of airwings requested to excort operations
LAND_COMBAT_MIN_EXCORT_WINGS = 2, -- Min amount of airwings requested to excort operations
STR_BOMB_MIN_EXCORT_WINGS = 2, -- Min amount of airwings requested to excort operations
@bitmode WHat is your take on this? I realize mispellings are common and often deliberate but with only three variables using that word they could have just spelled it properly. Also there's no reason to mis-spell it in the comments.
NAVAL_MIN_EXCORT_WINGS = 0, -- Min amount of airwings requested to excort operations
LAND_COMBAT_MIN_EXCORT_WINGS = 2, -- Min amount of airwings requested to excort operations
STR_BOMB_MIN_EXCORT_WINGS = 2, -- Min amount of airwings requested to excort operations
@bitmode WHat is your take on this? I realize mispellings are common and often deliberate but with only three variables using that word they could have just spelled it properly. Also there's no reason to mis-spell it in the comments.
Last edited:
- 10