1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Implemented basic version of configurable Witch Hut

This commit is contained in:
Ivan Savenko
2023-09-30 18:47:47 +03:00
parent 79b7518b0e
commit fd01a25352
28 changed files with 316 additions and 296 deletions

View File

@@ -35,8 +35,7 @@ public:
{
AObjectTypeHandler::serialize(h, version);
if (version >= 816)
h & objectInfo;
h & objectInfo;
}
};