summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 b65a941a4..07c25cfa6 100644
--- a/src/news_gui.cpp
+++ b/src/news_gui.cpp
@@ -998,6 +998,7 @@ void DeleteVehicleNews(VehicleID vid, StringID news)
if (_total_news == 0) {
assert(_latest_news == _oldest_news);
_latest_news = INVALID_NEWS;
+ _current_news = INVALID_NEWS;
}
/* Since we only imitate a FIFO removing an arbitrary element does need