Load and save the gMapAttributes array

This commit is contained in:
Marcus Huderle
2018-02-15 18:38:19 -08:00
parent f6cb002592
commit 40a0fbee02
5 changed files with 72 additions and 4 deletions

View File

@@ -9,6 +9,7 @@ Editor::Editor()
void Editor::saveProject() {
if (project) {
project->saveAllDataStructures();
project->saveAllMaps();
}
}