summaryrefslogtreecommitdiff
path: root/src/currency.cpp
diff options
context:
space:
mode:
authorScumbagDog <lbrack17@student.aau.dk>2018-07-29 15:43:27 +0200
committerPatric Stout <truebrain@openttd.org>2018-08-04 08:58:50 +0200
commit16cf577b61ce8031a8f6ddb046731983e7647523 (patch)
tree59806b7e90b3fe0120914d0406256322c634b0a3 /src/currency.cpp
parent76f788124b2b951f23ecc6403c9bdb66914fa0ce (diff)
downloadopenttd-16cf577b61ce8031a8f6ddb046731983e7647523.tar.xz
Feature: Added New Russian Ruble as currency (#6678)
Diffstat (limited to 'src/currency.cpp')
-rw-r--r--src/currency.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/currency.cpp b/src/currency.cpp
index 8cc385fc0..615c5113b 100644
--- a/src/currency.cpp
+++ b/src/currency.cpp
@@ -62,6 +62,7 @@ static const CurrencySpec origin_currency_specs[CURRENCY_END] = {
{ 1, "", CF_NOEURO, "", "", 2, STR_GAME_OPTIONS_CURRENCY_CUSTOM }, ///< custom currency (add further languages below)
{ 3, "", CF_NOEURO, "", NBSP "GEL", 1, STR_GAME_OPTIONS_CURRENCY_GEL }, ///< Georgian Lari
{ 4901, "", CF_NOEURO, "", NBSP "Rls", 1, STR_GAME_OPTIONS_CURRENCY_IRR }, ///< Iranian Rial
+ { 80, "", CF_NOEURO, "", NBSP "rub", 1, STR_GAME_OPTIONS_CURRENCY_RUB }, ///< New Russian Ruble
};
/** Array of currencies used by the system */