|
|
@@ -80,7 +80,7 @@ struct DLL_LINKAGE StartInfo
|
|
|
ui32 seedToBeUsed; //0 if not sure (client requests server to decide, will be send in reply pack)
|
|
|
ui32 seedPostInit; //so we know that game is correctly synced at the start; 0 if not known yet
|
|
|
ui32 mapfileChecksum; //0 if not relevant
|
|
|
- std::string uuid;
|
|
|
+ std::string gameUuid;
|
|
|
ui8 turnTime; //in minutes, 0=unlimited
|
|
|
std::string mapname; // empty for random map, otherwise name of the map or savegame
|
|
|
bool createRandomMap() const { return mapGenOptions != nullptr; }
|
|
|
@@ -104,7 +104,7 @@ struct DLL_LINKAGE StartInfo
|
|
|
h & seedToBeUsed;
|
|
|
h & seedPostInit;
|
|
|
h & mapfileChecksum;
|
|
|
- h & uuid;
|
|
|
+ h & gameUuid;
|
|
|
h & turnTime;
|
|
|
h & mapname;
|
|
|
h & mapGenOptions;
|