From 7de069af3bf4e61760d7d741e7f821f0eff5cdc0 Mon Sep 17 00:00:00 2001 From: frosch Date: Mon, 7 Jun 2010 20:00:21 +0000 Subject: [PATCH] (svn r19944) -Feature(ette): Open vehicle view when clicking on the caption of vehicle news. --- src/news_gui.cpp | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/news_gui.cpp b/src/news_gui.cpp index b736701757..fac55e719e 100644 --- a/src/news_gui.cpp +++ b/src/news_gui.cpp @@ -18,6 +18,7 @@ #include "date_func.h" #include "vehicle_base.h" #include "vehicle_func.h" +#include "vehicle_gui.h" #include "station_base.h" #include "industry.h" #include "town.h" @@ -458,6 +459,12 @@ struct NewsWindow : Window { break; case NTW_CAPTION: + if (this->ni->reftype1 == NR_VEHICLE) { + const Vehicle *v = Vehicle::Get(this->ni->ref1); + ShowVehicleViewWindow(v); + } + break; + case NTW_VIEWPORT: break; // Ignore clicks