summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;