summaryrefslogtreecommitdiff
path: root/src/news_gui.cpp
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-01-13 13:36:01 +0000
committerrubidium <rubidium@openttd.org>2008-01-13 13:36:01 +0000
commit5c4150d304242d224d5974f79d5461ff3090cea3 (patch)
treeec37405dba3eeb85aaeaa7e2ed2433812d3061d6 /src/news_gui.cpp
parentb0c34f4d6275a0dc1b8639b5529e37233240f6e2 (diff)
downloadopenttd-5c4150d304242d224d5974f79d5461ff3090cea3.tar.xz
(svn r11832) -Codechange: get rid of (quite) some VARDEFs.
Diffstat (limited to 'src/news_gui.cpp')
-rw-r--r--src/news_gui.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/news_gui.cpp b/src/news_gui.cpp
index 922d14b2c..91252ece4 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -51,6 +51,7 @@
typedef byte NewsID;
#define INVALID_NEWS 255
+NewsItem _statusbar_news_item;
static NewsItem _news_items[MAX_NEWS]; ///< The news FIFO queue
static NewsID _current_news = INVALID_NEWS; ///< points to news item that should be shown next
static NewsID _oldest_news = 0; ///< points to first item in fifo queue