Show savegame version/info in load window if sl debug enabled

This commit is contained in:
Jonathan G Rennison
2023-11-18 13:24:25 +00:00
parent bea18ffc18
commit 9c29950956
3 changed files with 67 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ struct LoadCheckData {
std::string debug_config_data;
bool sl_is_ext_version = false;
std::string version_name;
LoadCheckData() : grfconfig(nullptr),
grf_compatibility(GLC_NOT_FOUND)