Properly support saving map connections

This commit is contained in:
Marcus Huderle
2018-03-11 13:33:08 -07:00
parent 6f71c15629
commit 9b0f686781
4 changed files with 94 additions and 19 deletions

View File

@@ -289,6 +289,7 @@ void MainWindow::loadDataStructures() {
project->readItemNames();
project->readFlagNames();
project->readVarNames();
project->readMapsWithConnections();
}
void MainWindow::populateMapList() {