Fractal Softworks Forum

Please login or register.

Login with username, password and session length

Author Topic: [0.9a RC10] Autofit randomization re-rolls fighter alternate categories  (Read 570 times)

Zhentar

  • Commander
  • ***
  • Posts: 100
    • View Profile

Spotted while reading the autofit code:
Code: java
			FighterWingSpecAPI desired = Global.getSettings().getFighterWingSpec(desiredWingId);
if (desired == null) continue;

//List<String> categories = getCategoriesInPriorityOrder(desired.getTags());
List<String> categories = desired.getAutofitCategoriesInPriorityOrder();

List<String> alternate = altWeaponCats.get(desired);


I suspect that is intended to altFighterCats.
Logged

Alex

  • Administrator
  • Admiral
  • *****
  • Posts: 24127
    • View Profile

Thank you - looks like you're right. I *think* it would be mostly fine (other than losing out on some caching), but, in any case - fixed!
Logged