summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
committerdominik <dominik@openttd.org>2004-12-22 13:19:26 +0000
commit4f4fa940d816af32ca9fb34458b3359e53d74f4b (patch)
tree849dd228026826b8163c4b72bee611082a3ffb5f /ttd.h
parent46af99b8c0b21cd7bc8f404ba518a268241dfb8b (diff)
downloadopenttd-4f4fa940d816af32ca9fb34458b3359e53d74f4b.tar.xz
(svn r1215) Feature: You can now make a custom currency by chosing "Custom..."
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.h b/ttd.h
index 0265d21f1..35bcc6354 100644
--- a/ttd.h
+++ b/ttd.h
@@ -438,6 +438,7 @@ enum {
WC_EXTRA_VIEW_PORT = 0x48,
WC_CLIENT_LIST = 0x49,
WC_NETWORK_STATUS_WINDOW = 0x4A,
+ WC_CUSTOM_CURRENCY = 0x4B,
};