summaryrefslogtreecommitdiff
path: root/currency.c
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2006-09-15 02:33:40 +0000
committerbelugas <belugas@openttd.org>2006-09-15 02:33:40 +0000
commit79971ac119941a0a31b23f211bce5c8ee64ad568 (patch)
tree6ab576043a537eadf583a181cf6fb855d752f4a2 /currency.c
parentdc93d63478d41e913bf86ca4ff84e37bf381c9f8 (diff)
downloadopenttd-79971ac119941a0a31b23f211bce5c8ee64ad568.tar.xz
(svn r6453) -Feature: FS#305 Turkish currency (jnmbk)
Diffstat (limited to 'currency.c')
-rw-r--r--currency.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/currency.c b/currency.c
index b25ff16e8..e31972d81 100644
--- a/currency.c
+++ b/currency.c
@@ -37,6 +37,7 @@ const CurrencySpec origin_currency_specs[NUM_CURRENCY] = {
{ 5, ' ', CF_NOEURO, "", " p", 1, STR_CURR_RUR }, // russian rouble
{ 350, '.', CF_NOEURO, "", " SIT", 1, STR_CURR_SIT }, // slovenian tolar
{ 13, '.', CF_NOEURO, "", " Kr", 1, STR_CURR_SEK }, // swedish krona
+ { 2, '.', CF_NOEURO, "", " YTL", 1, STR_CURR_YTL }, // turkish lira
{ 1, ' ', CF_NOEURO, "", "", 0, STR_CURR_CUSTOM }, // custom currency
};