diff options
Diffstat (limited to 'src/livery.h')
-rw-r--r-- | src/livery.h | 4 |
1 files changed, 4 insertions, 0 deletions
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, |