From 308337806e8b61df7fc69a32eb405fc8a428418a Mon Sep 17 00:00:00 2001 From: Timmy Weerwag Date: Sun, 12 Apr 2015 23:26:13 +0200 Subject: [PATCH] Fix money display (#912) --- src/localisation/currency.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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