forked from mirror/OpenTTD
Fix #7255: Prevent crashlog corruption by only printing the 32 most recent news messages
This commit is contained in:
@@ -17,6 +17,6 @@
|
||||
void ShowLastNewsMessage();
|
||||
void ShowMessageHistory();
|
||||
|
||||
extern NewsItem *_oldest_news;
|
||||
extern NewsItem *_latest_news;
|
||||
|
||||
#endif /* NEWS_GUI_H */
|
||||
|
Reference in New Issue
Block a user