1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-15 08:22:34 +01:00

(svn r95) Another small news system fix

This commit is contained in:
dominik
2004-08-20 16:30:43 +00:00
parent b43e1e4e43
commit f5240ffa00

View File

@@ -341,7 +341,7 @@ static bool ReadyForNextItem()
byte item = (_forced_news==255)?_current_news:_forced_news;
NewsItem *ni;
if(item>=MAX_NEWS) return false;
if(item>=MAX_NEWS) return true;
ni = &_news_items[item];
// Ticker message