Merge branch 'master' into jgrpp

This commit is contained in:
Jonathan G Rennison
2022-04-02 14:16:32 +01:00
9 changed files with 28 additions and 22 deletions

View File

@@ -7751,6 +7751,10 @@ static uint32 GetPatchVariable(uint8 param)
case 0x16:
return SPR_SHORE_BASE;
/* Game map seed */
case 0x17:
return _settings_game.game_creation.generation_seed;
default:
grfmsg(2, "ParamSet: Unknown Patch variable 0x%02X.", param);
return 0;