From a2cec54c9d880243617b16972528e305d743014d Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 5 Apr 2007 07:49:04 +0000 Subject: (svn r9563) -Feature: Add more finer control to transparency options, including a new toolbar, accessible from the map menu or Ctrl X. Patch by Wolf01. --- src/openttd.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/openttd.h') diff --git a/src/openttd.h b/src/openttd.h index 0b1f1649f..f4bd4813b 100644 --- a/src/openttd.h +++ b/src/openttd.h @@ -175,10 +175,18 @@ enum { DO_SHOW_STATION_NAMES = 1 << 1, DO_SHOW_SIGNS = 1 << 2, DO_FULL_ANIMATION = 1 << 3, - DO_TRANS_BUILDINGS = 1 << 4, DO_FULL_DETAIL = 1 << 5, DO_WAYPOINTS = 1 << 6, - DO_TRANS_SIGNS = 1 << 7, +}; + +enum { + TO_SIGNS, + TO_TREES, + TO_HOUSES, + TO_INDUSTRIES, + TO_BUILDINGS, + TO_BRIDGES, + TO_STRUCTURES, }; /* Landscape types */ @@ -461,6 +469,7 @@ enum WindowClass { WC_GENERATE_LANDSCAPE, WC_GENERATE_PROGRESS_WINDOW, WC_CONFIRM_POPUP_QUERY, + WC_TRANSPARENCY_TOOLBAR, }; -- cgit v1.2.3-54-g00ecf