Add: Mexican Peso currency

OpenTTD doesn't have any pesos, so I've added Mexican pesos,
at its current exchange rate: 1GBP = 24.39MXN, rounded to 24.
This commit is contained in:
Nikolas Nyby
2019-01-10 22:27:37 -05:00
committed by Charles Pigott
parent 82e530b517
commit 0f9d1019e6
3 changed files with 3 additions and 0 deletions

View File

@@ -59,6 +59,7 @@ enum Currencies {
CURRENCY_GEL, ///< Georgian Lari
CURRENCY_IRR, ///< Iranian Rial
CURRENCY_RUB, ///< New Russian Ruble
CURRENCY_MXN, ///< Mexican Peso
CURRENCY_END, ///< always the last item
};