Clear debug data in LoadCheckData::Clear

This commit is contained in:
Jonathan G Rennison
2020-08-27 19:24:33 +01:00
parent 5b78090a61
commit 5db169b76f

View File

@@ -67,6 +67,7 @@ void LoadCheckData::Clear()
ClearGRFConfigList(&this->grfconfig);
this->debug_log_data.clear();
this->debug_config_data.clear();
}
/** Load game/scenario with optional content download */