mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Save compatibility with main branch
This commit is contained in:
@@ -85,7 +85,8 @@ public:
|
||||
template <typename Handler> void serialize(Handler & h, const int version)
|
||||
{
|
||||
h & resourceName;
|
||||
h & effectName;
|
||||
if (version > 805)
|
||||
h & effectName;
|
||||
h & verticalPosition;
|
||||
h & pause;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user