1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix serialization

This commit is contained in:
Ivan Savenko
2022-12-30 00:36:10 +02:00
parent b89e8a9dfe
commit b8b1e07621
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 806;
const ui32 SERIALIZATION_VERSION = 807;
const ui32 MINIMAL_SERIALIZATION_VERSION = 805;
const std::string SAVEGAME_MAGIC = "VCMISVG";