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.
This commit is contained in:
Tegas Aziz
2021-02-19 16:27:41 +07:00
committed by GitHub
parent 96990b2ea7
commit 1f6fb8c290
3 changed files with 3 additions and 0 deletions

View File

@@ -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
};