summaryrefslogtreecommitdiffhomepage
path: root/serialize
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2024-04-09 20:05:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2024-04-09 20:05:10 +0200
commit2f4f330162035341b99374135b6e52e8278b16be (patch)
tree2586df3ee26ffca77bfc26a0111514bbb30d0fc6 /serialize
parent123fc975ca61561583de850c32ca96d2900a22b7 (diff)
wa
Diffstat (limited to 'serialize')
-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;