now building list also shows building ini ID

This commit is contained in:
Zero Fanker 2024-11-08 23:44:18 -05:00
parent f89b46d8bd
commit 288e034927

View file

@ -749,6 +749,10 @@ void listSpecifcTechnoTypes(CComboBox& cb, const CString& sectionName, bool clea
if (useIniName) {
record = kvPair.second;
}
else {
record += ' ';
record += kvPair.second;
}
record += " ";
CString translated = Map->GetUnitName(kvPair.second);