1dot13 / source

Source code for the game executable of the Jagged Alliance 2 v1.13 project
102 stars 18 forks source link

Order merc nationality alphabetically #254

Open kitty624 opened 11 months ago

kitty624 commented 11 months ago

currently the enum for nationality of mercs (in SoldierProfileType.h) isn't ordered alphabetically

as user greensnack pointed out at discord, that can be inconvinient during IMP creation

https://discord.com/channels/348449397308391426/821085354009952307/1186417893953511496

gonna try to find out wether nationality is strictly taken from that enum, and if so, try to re-order them alphabetically

which would also require to adjust numbers in mercprofiles.xml afterwards