1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

Fix serialization of ObjectClass

This commit is contained in:
Adriankhl
2023-03-12 21:23:40 +01:00
parent e764a7255d
commit 626721cbba
2 changed files with 3 additions and 2 deletions

View File

@ -263,6 +263,7 @@ public:
template <typename Handler> void serialize(Handler &h, const int version)
{
h & id;
h & handlerName;
h & base;
h & objects;