1
0
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:
Ivan Savenko
2022-12-25 18:07:08 +02:00
parent 5a7eed01da
commit 063b8732ff
4 changed files with 10 additions and 6 deletions

View File

@@ -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;
}