fixed terrain list item skipped issue, caused by refine .

This commit is contained in:
Zero Fanker 2024-04-16 22:35:16 -04:00
parent d45137f942
commit 52151f6ce5
2 changed files with 23 additions and 6 deletions

View file

@ -3057,7 +3057,7 @@ void CLoading::InitTMPs(CProgressCtrl* prog)
bMorph = TRUE;
}
if (!pSec->GetBool("AllowToPlace")) {
if (!pSec->GetBool("AllowToPlace", true)) {
bPlace = FALSE;
}