1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

autosave folders

This commit is contained in:
Michael
2023-08-22 20:43:44 +02:00
committed by GitHub
parent ec4da06b56
commit 68a1b883eb
4 changed files with 14 additions and 6 deletions

View File

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