mirror of
https://github.com/vcmi/vcmi.git
synced 2025-08-13 19:54:17 +02:00
Serialization version bump
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
const ui32 SERIALIZATION_VERSION = 829;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 829;
|
||||
const ui32 SERIALIZATION_VERSION = 830;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 830;
|
||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||
|
||||
class CHero;
|
||||
|
Reference in New Issue
Block a user