summaryrefslogtreecommitdiff
path: root/src/currency.h
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.h
parent76f788124b2b951f23ecc6403c9bdb66914fa0ce (diff)
downloadopenttd-16cf577b61ce8031a8f6ddb046731983e7647523.tar.xz
Feature: Added New Russian Ruble as currency (#6678)
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 ab8026002..2529aca11 100644
--- a/src/currency.h
+++ b/src/currency.h
@@ -58,6 +58,7 @@ enum Currencies {
CURRENCY_CUSTOM, ///< Custom currency
CURRENCY_GEL, ///< Georgian Lari
CURRENCY_IRR, ///< Iranian Rial
+ CURRENCY_RUB, ///< New Russian Ruble
CURRENCY_END, ///< always the last item
};