mirror of
https://github.com/vcmi/vcmi.git
synced 2024-11-24 08:32:34 +02:00
Serialization version bump
This commit is contained in:
parent
47c1803c42
commit
5a9ffb8e95
@ -35,7 +35,7 @@ int32_t CCreature::getIconIndex() const
|
||||
|
||||
std::string CCreature::getJsonKey() const
|
||||
{
|
||||
return modScope + ':' + identifier;;
|
||||
return modScope + ':' + identifier;
|
||||
}
|
||||
|
||||
void CCreature::registerIcons(const IconRegistar & cb) const
|
||||
|
@ -14,8 +14,8 @@
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
const ui32 SERIALIZATION_VERSION = 810;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 810;
|
||||
const ui32 SERIALIZATION_VERSION = 812;
|
||||
const ui32 MINIMAL_SERIALIZATION_VERSION = 812;
|
||||
const std::string SAVEGAME_MAGIC = "VCMISVG";
|
||||
|
||||
class CHero;
|
||||
|
Loading…
Reference in New Issue
Block a user