From 4f4fa940d816af32ca9fb34458b3359e53d74f4b Mon Sep 17 00:00:00 2001 From: dominik Date: Wed, 22 Dec 2004 13:19:26 +0000 Subject: (svn r1215) Feature: You can now make a custom currency by chosing "Custom..." --- ttd.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ttd.h') 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, }; -- cgit v1.2.3-54-g00ecf