From 4f253c2656fe04a97cbd3fabaab98798cc514456 Mon Sep 17 00:00:00 2001 From: dominik Date: Fri, 20 Aug 2004 15:30:32 +0000 Subject: (svn r92) Feature: invisible trees when in transparent mode (patch entry) --- variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'variables.h') diff --git a/variables.h b/variables.h index 2073979e9..9e8f09484 100644 --- a/variables.h +++ b/variables.h @@ -109,6 +109,7 @@ typedef struct Patches { bool nonuniform_stations;// allow nonuniform train stations bool always_small_airport; // always allow small airports bool realistic_acceleration; // realistic acceleration for trains + bool invisible_trees; // don't show trees when buildings are transparent uint8 toolbar_pos; // position of toolbars, 0=left, 1=center, 2=right -- cgit v1.2.3-54-g00ecf