fix rme close with unsaved changes

This commit is contained in:
garak
2019-08-19 10:21:40 -04:00
committed by huderlem
parent bb7e15785c
commit 11d6d35b68
3 changed files with 35 additions and 14 deletions

View File

@@ -120,6 +120,9 @@ private:
QString region_map_layout_bin_path;
QString city_map_tiles_path;
bool region_map_png_needs_saving = false;
bool city_map_png_needs_saving = false;
int img_index_(int x, int y);
int layout_index_(int x, int y);
};