mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-25 15:39:09 +00:00
(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
This commit is contained in:
@@ -49,7 +49,7 @@ typedef struct {
|
||||
char post[16];
|
||||
} CurrencySpec;
|
||||
|
||||
CurrencySpec _currency_specs[24];
|
||||
VARDEF CurrencySpec _currency_specs[24];
|
||||
|
||||
// Current date
|
||||
VARDEF uint16 _date;
|
||||
|
Reference in New Issue
Block a user