1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Update StartInfo.h

fix
This commit is contained in:
Michael 2023-08-23 01:08:57 +02:00 committed by GitHub
parent a0450d1363
commit 538acfe3c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -113,7 +113,7 @@ struct DLL_LINKAGE StartInfo
}
StartInfo() : mode(INVALID), difficulty(1), seedToBeUsed(0), seedPostInit(0),
mapfileChecksum(0), uuid(boost::uuids::to_string(boost::uuids::random_generator()()))
mapfileChecksum(0), gameUuid(boost::uuids::to_string(boost::uuids::random_generator()()))
{
}