Crash log: Save config file in new crash save chunk
This commit is contained in:
@@ -46,8 +46,9 @@ struct LoadCheckData {
|
||||
struct LoggedAction *gamelog_action; ///< Gamelog actions
|
||||
uint gamelog_actions; ///< Number of gamelog actions
|
||||
|
||||
bool want_debug_log_data = false;
|
||||
bool want_debug_data = false;
|
||||
std::string debug_log_data;
|
||||
std::string debug_config_data;
|
||||
|
||||
LoadCheckData() : error_data(nullptr), grfconfig(nullptr),
|
||||
grf_compatibility(GLC_NOT_FOUND), gamelog_action(nullptr), gamelog_actions(0)
|
||||
|
Reference in New Issue
Block a user