mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-17 00:07:41 +02:00
post-merge fixes
This commit is contained in:
@ -159,7 +159,7 @@ public:
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & type & subtype & templates & rmgInfo & objectName;
|
||||
if(version >= 755)
|
||||
if(version >= 756)
|
||||
{
|
||||
h & typeName & subTypeName;
|
||||
}
|
||||
@ -186,7 +186,7 @@ class DLL_LINKAGE CObjectClassesHandler : public IHandlerBase
|
||||
template <typename Handler> void serialize(Handler &h, const int version)
|
||||
{
|
||||
h & name & handlerName & base & subObjects;
|
||||
if(version >= 755)
|
||||
if(version >= 756)
|
||||
{
|
||||
h & identifier & subIds;
|
||||
}
|
||||
|
Reference in New Issue
Block a user