summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-23 18:28:13 +0000
committerdominik <dominik@openttd.org>2004-12-23 18:28:13 +0000
commit58c153b9ac5b23cbd3ce82f39923443a8cd8eba7 (patch)
treef1e8de4d7ace6e371d46705397292c0c631c5d98 /variables.h
parent60052ffb453637fb581671e8ded534eed7420a9b (diff)
downloadopenttd-58c153b9ac5b23cbd3ce82f39923443a8cd8eba7.tar.xz
(svn r1255) Renamed "postfix" to "suffix", for strings and variable names
Diffstat (limited to 'variables.h')
-rw-r--r--variables.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/variables.h b/variables.h
index 2a31f76e6..0b51cf5d0 100644
--- a/variables.h
+++ b/variables.h
@@ -45,8 +45,8 @@ typedef struct {
uint16 rate;
char separator;
uint16 to_euro;
- char pre[16];
- char post[16];
+ char prefix[16];
+ char suffix[16];
} CurrencySpec;
VARDEF CurrencySpec _currency_specs[24];