mirror of
https://github.com/electronicarts/CNC_TS_and_RA2_Mission_Editor.git
synced 2025-07-17 19:56:38 -04:00
fixed terrain list item skipped issue, caused by refine .
This commit is contained in:
parent
d45137f942
commit
52151f6ce5
2 changed files with 23 additions and 6 deletions
|
@ -3057,7 +3057,7 @@ void CLoading::InitTMPs(CProgressCtrl* prog)
|
|||
bMorph = TRUE;
|
||||
}
|
||||
|
||||
if (!pSec->GetBool("AllowToPlace")) {
|
||||
if (!pSec->GetBool("AllowToPlace", true)) {
|
||||
bPlace = FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue