(svn r25075) -Codechange: Allow for more than 32 currencies

This commit is contained in:
planetmaker
2013-03-09 16:24:43 +00:00
parent bd301e8475
commit fae3cbae9f
3 changed files with 8 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ extern CurrencySpec _currency_specs[CURRENCY_END];
#define _custom_currency (_currency_specs[CURRENCY_CUSTOM])
#define _currency ((const CurrencySpec*)&_currency_specs[GetGameSettings().locale.currency])
uint GetMaskOfAllowedCurrencies();
uint64 GetMaskOfAllowedCurrencies();
void CheckSwitchToEuro();
void ResetCurrencies(bool preserve_custom = true);
StringID *BuildCurrencyDropdown();