Added new WIP UI to the world editor for loading worlds/areas

This commit is contained in:
Aruki
2017-02-12 00:34:04 -07:00
parent 9928a599be
commit ce0c544168
22 changed files with 871 additions and 289 deletions

View File

@@ -134,7 +134,7 @@ void CProjectOverviewDialog::LaunchEditor()
{
pArea->SetWorldIndex(AreaIdx);
mpWorld->SetAreaLayerInfo(pArea);
gpEdApp->WorldEditor()->SetArea(mpWorld, pArea);
gpEdApp->WorldEditor()->SetArea(mpWorld, AreaIdx);
gpEdApp->WorldEditor()->showMaximized();
}