From 9d1145e50cead52c479900e8a05e1b154860cec2 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 23 Aug 2010 22:28:35 +0000 Subject: (svn r20605) -Fix [FS#4063]: let NewGRFs var43 var (information about liveries) for vehicles not be influenced by the local setting determining whether to show liveries or not. --- src/livery.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/livery.h') diff --git a/src/livery.h b/src/livery.h index aa7af96f5..8806aff58 100644 --- a/src/livery.h +++ b/src/livery.h @@ -14,6 +14,10 @@ #include "company_type.h" +static const byte LIT_NONE = 0; ///< Don't show the liveries at all +static const byte LIT_COMPANY = 1; ///< Show the liveries of your own company +static const byte LIT_ALL = 2; ///< Show the liveries of all companies + /** List of different livery schemes. */ enum LiveryScheme { LS_BEGIN = 0, -- cgit v1.2.3-54-g00ecf