From 235078bae4ada8b7aed3c1cdf95d8288aaf81df4 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 3 Mar 2023 15:24:33 +0100 Subject: flush scenery popup work --- editor/save.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'editor/save.cpp') diff --git a/editor/save.cpp b/editor/save.cpp index c05f3e5f..8c33b435 100644 --- a/editor/save.cpp +++ b/editor/save.cpp @@ -36,6 +36,7 @@ void app::do_quicksave() void app::do_quickload() { + kill_popups(true); if (!ensure_save_directory()) return; if (!Path::exists(quicksave_file)) -- cgit v1.2.3