summaryrefslogtreecommitdiff
path: root/table
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-22 19:48:27 +0000
committerdominik <dominik@openttd.org>2004-12-22 19:48:27 +0000
commit675a44b67ffae51cbfa6bbb259813abfc41586d5 (patch)
treea034559700a2823ea4b06304119119f0d10a14c3 /table
parentd0a1507c34e89005e6e2a7a7c6786b269d4a8058 (diff)
downloadopenttd-675a44b67ffae51cbfa6bbb259813abfc41586d5.tar.xz
(svn r1233) Fixed several currency issues. Now currencies should work correctly again.
Diffstat (limited to 'table')
-rw-r--r--table/currency.h22
1 files changed, 12 insertions, 10 deletions
diff --git a/table/currency.h b/table/currency.h
index 3136e7675..19e9a2ece 100644
--- a/table/currency.h
+++ b/table/currency.h
@@ -7,24 +7,26 @@ CurrencySpec _currency_specs[] = {
{ 2, ',', CF_NOEURO, "$", "" }, // us dollars
{ 2, ',', CF_ISEURO, "¤", "" }, // Euro
{ 200, ',', CF_NOEURO, "\xA5", "" }, // yen
+
+{ 19, ',', 2002, "", " S." }, // austrian schilling
{ 57, ',', 2002, "BEF ", "" }, // belgian franc
{ 2, ',', CF_NOEURO,"CHF ", "" }, // swiss franc
-{ 480, ',', 2002, "", "Dr." }, // greek drachma
+{ 50, ',', CF_NOEURO, "", " Kc" }, // czech koruna // TODO: Should use the "c" with an upside down "^"
{ 4, '.', 2002, "DM ", "" }, // deutsche mark
+{ 10, '.', CF_NOEURO, "", " kr" }, // danish krone
+{ 200, '.', 2002, "Pts ", "" }, // spanish pesetas
+{ 8, ',', 2002, "", " MK" }, // finnish markka
{ 10, '.', 2002, "FF ", "" }, // french francs
+{ 480, ',', 2002, "", "Dr." }, // greek drachma
{ 376, ',', 2002, "", " Ft" }, // forint
-{ 50, ',', CF_NOEURO, "", " Kc" }, // czech koruna // TODO: Should use the "c" with an upside down "^"
-{ 13, '.', CF_NOEURO, "", " Kr" }, // swedish krona
{ 130, '.', CF_NOEURO, "", " Kr" }, // icelandic krona
-{ 11, '.', CF_NOEURO, "", " Kr" }, // norwegian krone
-{ 10, '.', CF_NOEURO, "", " kr" }, // danish krone
{ 2730,',', 2002, "", " L." }, // italian lira
-{ 6, '.', CF_NOEURO, ""," Lei" }, // romanian Lei
-{ 8, ',', 2002, "", " MK" }, // finnish markka
{ 3, ',', 2002, "NLG ", "" }, // dutch gulden
-{ 5, ' ', CF_NOEURO, "", " p" }, // russian rouble
-{ 200, '.', 2002, "Pts ", "" }, // spanish pesetas
-{ 19, ',', 2002, "", " S." }, // austrian schilling
+{ 11, '.', CF_NOEURO, "", " Kr" }, // norwegian krone
{ 6, ' ', CF_NOEURO, "", " zl" }, // polish zloty
+{ 6, '.', CF_NOEURO, ""," Lei" }, // romanian Lei
+{ 5, ' ', CF_NOEURO, "", " p" }, // russian rouble
+{ 13, '.', CF_NOEURO, "", " Kr" }, // swedish krona
{ 1, ' ', CF_NOEURO, "", "" }, // custom currency
};
+