1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-29 23:07:48 +02:00

Remove type registration from library pack applying

This commit is contained in:
Ivan Savenko
2024-08-23 20:56:32 +00:00
parent b84af1a6de
commit 232a759db7
12 changed files with 150 additions and 172 deletions

View File

@@ -18,7 +18,7 @@ BinaryDeserializer::BinaryDeserializer(IBinaryReader * r): CLoaderBase(r)
version = Version::NONE;
reverseEndianness = false;
registerTypes(*this);
registerTypes(applier);
}
VCMI_LIB_NAMESPACE_END