Mercurial > hg > openttd
diff src/currency.h @ 20131:daecbe4af833 draft
(svn r25075) -Codechange: Allow for more than 32 currencies
author | planetmaker <planetmaker@openttd.org> |
---|---|
date | Sat, 09 Mar 2013 16:24:43 +0000 |
parents | c7853270c635 |
children | 26a38928cb16 |
line wrap: on
line diff
--- a/src/currency.h +++ b/src/currency.h @@ -85,7 +85,7 @@ #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();