From 4fec362b32801648da47340a127908643ef9cb5d Mon Sep 17 00:00:00 2001 From: darkvater Date: Fri, 3 Sep 2004 19:59:05 +0000 Subject: (svn r153) -Feature: [1009710] Extra Viewport. In the minimap dropdown menu, open a new viewport to have a quick look at your favorite map-positions. Independent zoom and quick jump to/from viewport (Dribbel) --- ttd.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ttd.h') diff --git a/ttd.h b/ttd.h index 190651794..325292c16 100644 --- a/ttd.h +++ b/ttd.h @@ -393,8 +393,9 @@ enum { WC_INDUSTRY_DIRECTORY = 0x43, WC_MESSAGE_HISTORY = 0x44, WC_CHEATS = 0x45, - WC_PERFORMANCE_DETAIL = 0x46, + WC_PERFORMANCE_DETAIL = 0x46, WC_CONSOLE = 0x47, + WC_EXTRA_VIEW_PORT = 0x48, }; -- cgit v1.2.3-54-g00ecf