(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)

This commit is contained in:
darkvater 2004-12-22 15:45:41 +00:00
parent 68e1cdbdea
commit 5c7decc27d
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ typedef struct {
char post[16];
} CurrencySpec;
CurrencySpec _currency_specs[24];
VARDEF CurrencySpec _currency_specs[24];
// Current date
VARDEF uint16 _date;