Changeset - r761:9183010a1c7e
[Not reviewed]
master
0 1 0
darkvater - 19 years ago 2004-12-22 15:45:41
darkvater@openttd.org
(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
variables.h
Show inline comments
 
@@ -49,7 +49,7 @@ typedef struct {
 
	char post[16];
 
} CurrencySpec;
 

	
 
CurrencySpec _currency_specs[24];
 
VARDEF CurrencySpec _currency_specs[24];
 

	
 
// Current date
 
VARDEF uint16 _date;
0 comments (0 inline, 0 general)