1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Fix serialization of ObjectClass

This commit is contained in:
Adriankhl
2023-03-12 21:23:40 +01:00
parent e764a7255d
commit 626721cbba
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 817;
const ui32 MINIMAL_SERIALIZATION_VERSION = 813;
const ui32 SERIALIZATION_VERSION = 818;
const ui32 MINIMAL_SERIALIZATION_VERSION = 818;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;