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

Merge pull request #2291 from IvanSavenko/terrain_animations_config

Moved hardcoded terrain palette-cycling animations to config
This commit is contained in:
Ivan Savenko
2023-07-07 14:28:39 +03:00
committed by GitHub
10 changed files with 147 additions and 66 deletions
+2 -2
View File
@@ -14,8 +14,8 @@
VCMI_LIB_NAMESPACE_BEGIN
const ui32 SERIALIZATION_VERSION = 823;
const ui32 MINIMAL_SERIALIZATION_VERSION = 823;
const ui32 SERIALIZATION_VERSION = 824;
const ui32 MINIMAL_SERIALIZATION_VERSION = 824;
const std::string SAVEGAME_MAGIC = "VCMISVG";
class CHero;