1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-03-19 21:10:12 +02:00

vcmi: bump serialization version

Saves from this branch are incompatible with generic ones
This commit is contained in:
Konstantin 2023-02-28 02:34:45 +03:00
parent 580268bfd4
commit 4eb248b5e2

View File

@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 818;
const ui32 MINIMAL_SERIALIZATION_VERSION = 818;
const ui32 SERIALIZATION_VERSION = 819;
const ui32 MINIMAL_SERIALIZATION_VERSION = 819;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;