summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordarkvater <darkvater@openttd.org>2004-12-22 15:45:41 +0000
committerdarkvater <darkvater@openttd.org>2004-12-22 15:45:41 +0000
commit5c7decc27d7cf3aabbcff5172e67602c789a6db5 (patch)
treedbfb9da4c181c6a9bfdf504edaa5e3ee88f35e2a /variables.h
parent68e1cdbdea64c59b573977b1407ec9e75c048503 (diff)
downloadopenttd-5c7decc27d7cf3aabbcff5172e67602c789a6db5.tar.xz
(svn r1219) -Fix: compilation for windows release build (forgotten VARDEF)
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/variables.h b/variables.h
index 2d9c2ff2c..2a31f76e6 100644
--- a/variables.h
+++ b/variables.h
@@ -49,7 +49,7 @@ typedef struct {
char post[16];
} CurrencySpec;
-CurrencySpec _currency_specs[24];
+VARDEF CurrencySpec _currency_specs[24];
// Current date
VARDEF uint16 _date;