mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-04 06:00:15 +00:00
(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
This commit is contained in:
parent
68e1cdbdea
commit
5c7decc27d
@ -49,7 +49,7 @@ typedef struct {
|
||||
char post[16];
|
||||
} CurrencySpec;
|
||||
|
||||
CurrencySpec _currency_specs[24];
|
||||
VARDEF CurrencySpec _currency_specs[24];
|
||||
|
||||
// Current date
|
||||
VARDEF uint16 _date;
|
||||
|
Loading…
Reference in New Issue
Block a user