src/news_gui.cpp
changeset 8958 5776cb01e701
parent 8913 dd9b023c9f23
child 8970 da7261f48b7e
--- a/src/news_gui.cpp	Thu Apr 17 09:42:44 2008 +0000
+++ b/src/news_gui.cpp	Thu Apr 17 11:25:12 2008 +0000
@@ -60,7 +60,7 @@
 static NewsID _oldest_news = 0;             ///< points to first item in fifo queue
 static NewsID _latest_news = INVALID_NEWS;  ///< points to last item in fifo queue
 
-struct news_d {
+struct news_d : vp_d {
 	uint16 follow_vehicle;
 	int32 scrollpos_x;
 	int32 scrollpos_y;