diff --git a/src/localisation/currency.h b/src/localisation/currency.h index 2b60f996f4..69b40556aa 100644 --- a/src/localisation/currency.h +++ b/src/localisation/currency.h @@ -47,7 +47,7 @@ typedef struct { // Rate is relative to 0.1 GBP int rate; char symbol[8]; - char affix; + int affix; } rct_currency_spec; // List of currency formats