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:
parent
2aec3cde2c
commit
45bb6ada3d
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user