mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-04-30 09:01:41 -04:00
now building list also shows building ini ID
This commit is contained in:
parent
f89b46d8bd
commit
288e034927
1 changed files with 4 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue