src/news_gui.cpp
changeset 8766 c86cfa3a7580
parent 8764 65746a5248ec
child 8780 6f3f3ec6c69a
--- a/src/news_gui.cpp	Sun Jan 13 13:53:53 2008 +0000
+++ b/src/news_gui.cpp	Sun Jan 13 14:37:30 2008 +0000
@@ -7,7 +7,7 @@
 #include "window_gui.h"
 #include "viewport_func.h"
 #include "news.h"
-#include "variables.h"
+#include "settings_type.h"
 #include "transparency.h"
 #include "strings_func.h"
 #include "window_func.h"
@@ -52,6 +52,8 @@
 #define INVALID_NEWS 255
 
 NewsItem _statusbar_news_item;
+uint32 _news_display_opt;
+bool _news_ticker_sound;
 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