1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Fix merge

This commit is contained in:
Ivan Savenko
2024-07-12 12:15:30 +00:00
parent c4b8778e8b
commit 388d65d6b2
3 changed files with 6 additions and 2 deletions

View File

@@ -152,7 +152,7 @@ struct DLL_LINKAGE StartInfo : public Serializeable
h & playerInfos;
if (h.version < Handler::Version::REMOVE_LIB_RNG)
{
uint32_t oldSeeds;
uint32_t oldSeeds = 0;
h & oldSeeds;
h & oldSeeds;
h & oldSeeds;