summaryrefslogtreecommitdiffhomepage
path: root/editor/save.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/save.cpp')
-rw-r--r--editor/save.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/save.cpp b/editor/save.cpp
index e9ab39a8..ef14c11c 100644
--- a/editor/save.cpp
+++ b/editor/save.cpp
@@ -53,7 +53,7 @@ void app::do_quickload()
return;
}
fputs("quickload... ", stderr); fflush(stderr);
- reset_world(world::deserialize(file));
+ reset_world(world::deserialize(file, loader_policy::warn));
fputs("done\n", stderr); fflush(stderr);
}