(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:
rubidium
2009-04-25 20:16:56 +00:00
parent 4ec6456feb
commit 802d31aab6
5 changed files with 36 additions and 42 deletions

View File

@@ -17,7 +17,7 @@ enum {
struct CurrencySpec {
uint16 rate;
char separator;
char separator[8];
Year to_euro;
char prefix[16];
char suffix[16];