summaryrefslogtreecommitdiffhomepage
path: root/editor/save.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/save.cpp')
-rw-r--r--editor/save.cpp1
1 files changed, 1 insertions, 0 deletions
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))