Add -K switch to write savegame debug data and exit

This commit is contained in:
Jonathan G Rennison
2019-09-14 22:00:13 +01:00
parent dd13f24804
commit 6792495705
4 changed files with 63 additions and 3 deletions

View File

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