1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-25 22:42:04 +02:00

Fix game loading

This commit is contained in:
Ivan Savenko
2023-10-21 19:01:15 +03:00
parent 4f47555977
commit 8df39c43a0
4 changed files with 5 additions and 12 deletions

View File

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