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

Hardcoded feature: no random week/month effects

This commit is contained in:
Dydzio
2019-03-17 18:27:05 +01:00
parent 8b6316c8ee
commit 36cb9f11c4
5 changed files with 16 additions and 3 deletions

View File

@@ -12,7 +12,7 @@
#include "../ConstTransitivePtr.h"
#include "../GameConstants.h"
const ui32 SERIALIZATION_VERSION = 790;
const ui32 SERIALIZATION_VERSION = 791;
const ui32 MINIMAL_SERIALIZATION_VERSION = 753;
const std::string SAVEGAME_MAGIC = "VCMISVG";