summaryrefslogtreecommitdiff
path: root/src/widgets
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2013-11-07 18:17:21 +0000
committerfrosch <frosch@openttd.org>2013-11-07 18:17:21 +0000
commit0aae2fd606d0011c8e913f7b151bb74b28441a61 (patch)
tree6ee97fd3823e32d15ffb6012ae7c9d826653ea74 /src/widgets
parentb0c2ab4501c21851e84eacfd5ea7bb0927ab9157 (diff)
downloadopenttd-0aae2fd606d0011c8e913f7b151bb74b28441a61.tar.xz
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
Diffstat (limited to 'src/widgets')
-rw-r--r--src/widgets/newgrf_debug_widget.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/widgets/newgrf_debug_widget.h b/src/widgets/newgrf_debug_widget.h
index af24549c1..b719bcfc5 100644
--- a/src/widgets/newgrf_debug_widget.h
+++ b/src/widgets/newgrf_debug_widget.h
@@ -16,6 +16,9 @@
enum NewGRFInspectWidgets {
WID_NGRFI_CAPTION, ///< The caption bar of course.
WID_NGRFI_PARENT, ///< Inspect the parent.
+ WID_NGRFI_VEH_PREV, ///< Go to previous vehicle in chain.
+ WID_NGRFI_VEH_NEXT, ///< Go to next vehicle in chain.
+ WID_NGRFI_VEH_CHAIN, ///< Display for vehicle chain.
WID_NGRFI_MAINPANEL, ///< Panel widget containing the actual data.
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
};