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, 0 insertions, 1 deletions
diff --git a/editor/save.cpp b/editor/save.cpp
index 0d78ae66..c00506a7 100644
--- a/editor/save.cpp
+++ b/editor/save.cpp
@@ -41,7 +41,6 @@ void app::do_quicksave()
void app::do_quickload()
{
auto file = Path::join(loader.TEMP_PATH, quicksave_file);
- kill_popups(true);
if (!ensure_save_directory())
return;
if (!Path::exists(file))