mirror of https://github.com/OpenTTD/OpenTTD
(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
parent
68e1cdbdea
commit
5c7decc27d
|
@ -49,7 +49,7 @@ typedef struct {
|
||||||
char post[16];
|
char post[16];
|
||||||
} CurrencySpec;
|
} CurrencySpec;
|
||||||
|
|
||||||
CurrencySpec _currency_specs[24];
|
VARDEF CurrencySpec _currency_specs[24];
|
||||||
|
|
||||||
// Current date
|
// Current date
|
||||||
VARDEF uint16 _date;
|
VARDEF uint16 _date;
|
||||||
|
|
Loading…
Reference in New Issue