From 1f6fb8c2908ccd5de730a973d1276554a7abf4b6 Mon Sep 17 00:00:00 2001 From: Tegas Aziz <49786146+WilloIzCitron@users.noreply.github.com> Date: Fri, 19 Feb 2021 16:27:41 +0700 Subject: Add: Indonesia Rupiah as in-game currency (#8616) The exchange rate is actually more like 19,000, but OpenTTD doesn't handle such high exchange rates kindly. --- src/currency.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/currency.h') diff --git a/src/currency.h b/src/currency.h index 0bad4a0a1..37d1c66b9 100644 --- a/src/currency.h +++ b/src/currency.h @@ -63,6 +63,7 @@ enum Currencies { CURRENCY_CNY, ///< Chinese Renminbi CURRENCY_HKD, ///< Hong Kong Dollar CURRENCY_INR, ///< Indian Rupee + CURRENCY_IDR, ///< Indonesian Rupiah CURRENCY_END, ///< always the last item }; -- cgit v1.2.3-54-g00ecf