From 538acfe3c093e3c3995baaaf480578ef43d8f33f Mon Sep 17 00:00:00 2001 From: Michael <13953785+Laserlicht@users.noreply.github.com> Date: Wed, 23 Aug 2023 01:08:57 +0200 Subject: [PATCH] Update StartInfo.h fix --- lib/StartInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/StartInfo.h b/lib/StartInfo.h index 3b1fe58d2..fec4fb7af 100644 --- a/lib/StartInfo.h +++ b/lib/StartInfo.h @@ -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()())) { }