summaryrefslogtreecommitdiff
path: root/src/currency.h
diff options
context:
space:
mode:
authorTegas Aziz <49786146+WilloIzCitron@users.noreply.github.com>2021-02-19 16:27:41 +0700
committerGitHub <noreply@github.com>2021-02-19 10:27:41 +0100
commit1f6fb8c2908ccd5de730a973d1276554a7abf4b6 (patch)
tree4cb7cec5caf05189048c817335760dbd2bf5371d /src/currency.h
parent96990b2ea7e08f73d7b53207533dc3f94394ac89 (diff)
downloadopenttd-1f6fb8c2908ccd5de730a973d1276554a7abf4b6.tar.xz
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.
Diffstat (limited to 'src/currency.h')
-rw-r--r--src/currency.h1
1 files changed, 1 insertions, 0 deletions
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
};