summaryrefslogtreecommitdiff
path: root/variables.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-03-26 21:50:57 +0000
committerpeter1138 <peter1138@openttd.org>2006-03-26 21:50:57 +0000
commit38a0ef3bc6864898faa9b10bd59f98aeb82a905f (patch)
treef4e3d5e79c1ff5b556baaf0b157ff8b937822836 /variables.h
parenta91c52e16909976b40951cf2893f2349e9ebf25d (diff)
downloadopenttd-38a0ef3bc6864898faa9b10bd59f98aeb82a905f.tar.xz
(svn r4126) - Feature: A new multi-lingual multi-measuring-unit system:
- Replace miles/kilometres game option with a general measuring units option. - Add {POWER}, {WEIGHT}, {WEIGHT_S} and {VOLUME_S} (_S for short) tags to the language/string system. - Add SI as option for measuring units. Language file updates to use the system will come soon.
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 4534db70f..c7c051ad3 100644
--- a/variables.h
+++ b/variables.h
@@ -19,7 +19,7 @@ typedef struct {
GameDifficulty diff;
byte diff_level;
byte currency;
- bool kilometers;
+ byte units;
byte town_name;
byte landscape;
byte snow_line;