Fix loading of pre-selected AIs from config file

pull/642/head
Jonathan G Rennison 4 months ago
parent 6492cec113
commit 14db9b2854

@ -2097,6 +2097,8 @@ static void AILoadConfig(const IniFile &ini, const char *grpname)
}
}
if (item.value.has_value()) config->StringToSettings(*item.value);
c++;
if (c >= MAX_COMPANIES) break;
}
}

Loading…
Cancel
Save