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:
parent
a0450d1363
commit
538acfe3c0
@ -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()()))
|
||||
{
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user