1
0
mirror of https://github.com/vcmi/vcmi.git synced 2024-12-24 22:14:36 +02:00

Add compatibility for 64-bit 1.5.1 vs any 1.5.2 MP game

This commit is contained in:
Ivan Savenko 2024-05-23 11:39:44 +00:00
parent 2aec3cde2c
commit 45bb6ada3d

View File

@ -205,7 +205,7 @@ public:
if (h.version >= Handler::Version::REMOVE_TEXT_CONTAINER_SIZE_T)
{
int32_t size = sz;
int64_t size = sz;
h & size;
sz = size;
}