mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-06 09:09:40 +02:00
Add compatibility for 64-bit 1.5.1 vs any 1.5.2 MP game
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user