Merge branch 'master' into jgrpp

Remove 'byte' typedef
This commit is contained in:
Jonathan G Rennison
2024-05-07 17:21:50 +01:00
376 changed files with 2220 additions and 2152 deletions

View File

@@ -357,7 +357,7 @@ static void WriteSavegameInfo(const char *name)
extern std::string _sl_xv_version_label;
extern SaveLoadVersion _sl_xv_upstream_version;
uint32_t last_ottd_rev = 0;
byte ever_modified = 0;
uint8_t ever_modified = 0;
bool removed_newgrfs = false;
GamelogInfo(_load_check_data.gamelog_actions, &last_ottd_rev, &ever_modified, &removed_newgrfs);