diff -r cf54d03fa22f -r 4c08274a29dc strings.c --- a/strings.c Thu Aug 12 17:11:47 2004 +0000 +++ b/strings.c Thu Aug 12 17:49:16 2004 +0000 @@ -322,6 +322,10 @@ return FormatNoCommaNumber(buff, ymd.year + 1920); } +uint GetCurrentCurrencyRate() { + return (&_currency_specs[_opt.currency])->rate; +} + static byte *FormatGenericCurrency(byte *buff, const CurrencySpec *spec, int64 number, bool compact) { const char *s;