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:

committed by
Charles Pigott

parent
82e530b517
commit
0f9d1019e6
@@ -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
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user