mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Bump serialization - not sure if necessary
This commit is contained in:
parent
7095e9d8f9
commit
981c23cafa
@ -384,8 +384,11 @@ public:
|
|||||||
h & ATTACK_POINTS_DMG_MULTIPLIER_CAP;
|
h & ATTACK_POINTS_DMG_MULTIPLIER_CAP;
|
||||||
h & DEFENSE_POINT_DMG_MULTIPLIER;
|
h & DEFENSE_POINT_DMG_MULTIPLIER;
|
||||||
h & DEFENSE_POINTS_DMG_MULTIPLIER_CAP;
|
h & DEFENSE_POINTS_DMG_MULTIPLIER_CAP;
|
||||||
h & HERO_STARTING_ARMY_STACKS_COUNT_CHANCES;
|
if(version >= 815)
|
||||||
h & DEFAULT_BUILDING_SET_DWELLING_CHANCES;
|
{
|
||||||
|
h & HERO_STARTING_ARMY_STACKS_COUNT_CHANCES;
|
||||||
|
h & DEFAULT_BUILDING_SET_DWELLING_CHANCES;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
} settings;
|
} settings;
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
VCMI_LIB_NAMESPACE_BEGIN
|
VCMI_LIB_NAMESPACE_BEGIN
|
||||||
|
|
||||||
const ui32 SERIALIZATION_VERSION = 814;
|
const ui32 SERIALIZATION_VERSION = 815;
|
||||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 813;
|
const ui32 MINIMAL_SERIALIZATION_VERSION = 813;
|
||||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user