mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-05-01 01:21:41 -04:00
fix: ini refine mistake .
This commit is contained in:
parent
2bd1eb7ace
commit
fc363aa59d
1 changed files with 1 additions and 1 deletions
|
@ -1251,7 +1251,7 @@ void CViewObjects::UpdateDialog()
|
|||
}
|
||||
|
||||
#ifdef SMUDGE_SUPP
|
||||
auto const& smudgeTypeSec = rules["TerrainTypes"];
|
||||
auto const& smudgeTypeSec = rules["SmudgeTypes"];
|
||||
for (i = 0; i < smudgeTypeSec.Size(); i++) {
|
||||
auto const& unitname = smudgeTypeSec.Nth(i).second;
|
||||
CString addedString = unitname;
|
||||
|
|
Loading…
Add table
Reference in a new issue