summaryrefslogtreecommitdiffhomepage
path: root/serialize/savegame.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'serialize/savegame.cpp')
-rw-r--r--serialize/savegame.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/serialize/savegame.cpp b/serialize/savegame.cpp
index 42b6fd6d..4f21a0ed 100644
--- a/serialize/savegame.cpp
+++ b/serialize/savegame.cpp
@@ -384,7 +384,7 @@ struct writer final : visitor_<writer, true>
chunk* c;
};
- static constexpr proto_t PROTO = proto_version_min;
+ static constexpr proto_t PROTO = proto_version;
const world& w;