mirror of
https://github.com/vcmi/vcmi.git
synced 2025-11-23 22:37:55 +02:00
Fix merge
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user