1
0
Fork 0

[codechange] Revert a commit for something else

pull/12239/head
Kkidslogin 2024-03-08 16:59:50 -05:00
parent c9706a0296
commit abdf80ffa0
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ enum Currencies {
/** Specification of a currency. */ /** Specification of a currency. */
struct CurrencySpec { struct CurrencySpec {
float rate; ///< The conversion rate compared to the base currency. uint16_t rate; ///< The conversion rate compared to the base currency.
std::string separator; ///< The thousands separator for this currency. std::string separator; ///< The thousands separator for this currency.
TimerGameCalendar::Year to_euro; ///< Year of switching to the Euro. May also be #CF_NOEURO or #CF_ISEURO. TimerGameCalendar::Year to_euro; ///< Year of switching to the Euro. May also be #CF_NOEURO or #CF_ISEURO.
std::string prefix; ///< Prefix to apply when formatting money in this currency. std::string prefix; ///< Prefix to apply when formatting money in this currency.