Enable crashlogs for emergency or missing NewGRF savegames, in dev mode.

Factor out common checks for emergency and missing NewGRFs.
This commit is contained in:
Jonathan G Rennison
2017-06-22 19:30:37 +01:00
parent 349ddd90b7
commit 3271d69bda
5 changed files with 37 additions and 31 deletions

View File

@@ -138,6 +138,8 @@ public:
static void AfterCrashLogCleanup();
inline const char *GetMessage() const { return this->message; }
static const char *GetAbortCrashlogReason();
};
#endif /* CRASHLOG_H */