diff options
author | bjarni <bjarni@openttd.org> | 2006-08-20 09:26:58 +0000 |
---|---|---|
committer | bjarni <bjarni@openttd.org> | 2006-08-20 09:26:58 +0000 |
commit | 5513c6997fc98c45b7d6ef65537c4fb0daab998a (patch) | |
tree | 39912b10782152b706753d3f12550772f92dfa28 /currency.h | |
parent | 806e8ac359298634e3364fd6735f3164e70b86ad (diff) | |
download | openttd-5513c6997fc98c45b7d6ef65537c4fb0daab998a.tar.xz |
(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)
Diffstat (limited to 'currency.h')
-rw-r--r-- | currency.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/currency.h b/currency.h index d1de97e41..ea5d5436c 100644 --- a/currency.h +++ b/currency.h @@ -20,7 +20,7 @@ extern CurrencySpec _currency_specs[]; extern const StringID _currency_string_list[]; // XXX small hack, but makes the rest of the code a bit nicer to read -#define CUSTOM_CURRENCY_ID 23 +#define CUSTOM_CURRENCY_ID 24 #define _custom_currency (_currency_specs[CUSTOM_CURRENCY_ID]) #define _currency ((const CurrencySpec*)&_currency_specs[_opt_ptr->currency]) |