(svn r5964) -Feature: FS#131 Slovenian currency (MeusH)

This commit is contained in:
bjarni
2006-08-20 09:26:58 +00:00
parent 806e8ac359
commit 5513c6997f
4 changed files with 5 additions and 2 deletions

View File

@@ -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])