Store crash/desync logs in crash/desync savegame

Add console command to dump loaded debug log
This commit is contained in:
Jonathan G Rennison
2019-05-21 01:49:40 +01:00
parent 951a50ddd9
commit 5a9790a196
20 changed files with 90 additions and 1 deletions

View File

@@ -54,6 +54,9 @@ int _debug_sound_level;
int _debug_random_level;
#endif
const char *_savegame_DBGL_data = nullptr;
std::string _loadgame_DBGL_data;
uint32 _realtime_tick = 0;
struct DebugLevel {