summaryrefslogtreecommitdiff
path: root/news_gui.c
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-20 16:30:43 +0000
committerdominik <dominik@openttd.org>2004-08-20 16:30:43 +0000
commitf5240ffa00a25e2f0d3b6ba9694091ad493f8cc7 (patch)
treeef9190ac433e015bcd9f1d82a276e911771cd546 /news_gui.c
parentb43e1e4e4301eb7df7162c2137f4a7698712423e (diff)
downloadopenttd-f5240ffa00a25e2f0d3b6ba9694091ad493f8cc7.tar.xz
(svn r95) Another small news system fix
Diffstat (limited to 'news_gui.c')
-rw-r--r--news_gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/news_gui.c b/news_gui.c
index bb7629b19..89d557871 100644
--- a/news_gui.c
+++ b/news_gui.c
@@ -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