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

Merge pull request #1547 from dydzio0614/game-start-unrandomization

Hardcoded features for HotA-like starting conditions
This commit is contained in:
Ivan Savenko
2023-03-05 17:29:49 +02:00
committed by GitHub
7 changed files with 46 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 814;
const ui32 SERIALIZATION_VERSION = 815;
const ui32 MINIMAL_SERIALIZATION_VERSION = 813;
const std::string SAVEGAME_MAGIC = "VCMISVG";