mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-08 00:39:47 +02:00
Fix build
This commit is contained in:
parent
a39469d165
commit
d39dad6cb4
@ -178,7 +178,7 @@ struct DLL_LINKAGE TerrainTile
|
|||||||
h & extTileFlags;
|
h & extTileFlags;
|
||||||
if (h.version < Handler::Version::REMOVE_VLC_POINTERS)
|
if (h.version < Handler::Version::REMOVE_VLC_POINTERS)
|
||||||
{
|
{
|
||||||
bool unused;
|
bool unused = false;
|
||||||
h & unused;
|
h & unused;
|
||||||
h & unused;
|
h & unused;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user