Merge remote-tracking branch 'damfr/save-unique-id' into jgrpp

# Conflicts:
#	src/saveload/afterload.cpp
#	src/saveload/saveload.cpp
This commit is contained in:
Jonathan G Rennison
2019-01-22 18:42:01 +00:00
8 changed files with 61 additions and 2 deletions

View File

@@ -330,6 +330,7 @@ struct NetworkSettings {
/** Settings related to the creation of games. */
struct GameCreationSettings {
uint32 generation_seed; ///< noise seed for world generation
uint32 generation_unique_id; ///< random id to differentiate savegames
Year starting_year; ///< starting date
uint8 map_x; ///< X size of map
uint8 map_y; ///< Y size of map