mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix money display (#912)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user