(svn r16144) -Fix (r16129): setting the custom digit grouping separator required to restart OpenTTD to take effect. Now also support non 1 ASCII character custom grouping separators.
This commit is contained in:
@@ -17,7 +17,7 @@ enum {
|
||||
|
||||
struct CurrencySpec {
|
||||
uint16 rate;
|
||||
char separator;
|
||||
char separator[8];
|
||||
Year to_euro;
|
||||
char prefix[16];
|
||||
char suffix[16];
|
||||
|
Reference in New Issue
Block a user