Add text to warning dialog when overwriting a non-extended version save

This commit is contained in:
Jonathan G Rennison
2023-05-14 12:47:17 +01:00
parent b26d91770f
commit 4ed0c23644
6 changed files with 44 additions and 1 deletions

View File

@@ -62,5 +62,6 @@ void GamelogTestMode();
bool GamelogGRFBugReverse(uint32 grfid, uint16 internal_id);
void GamelogInfo(struct LoggedAction *gamelog_action, uint gamelog_actions, uint32 *last_ottd_rev, byte *ever_modified, bool *removed_newgrfs);
const char *GamelogGetLastRevision(const struct LoggedAction *gamelog_action, uint gamelog_actions);
#endif /* GAMELOG_H */