(svn r1215) Feature: You can now make a custom currency by chosing "Custom..."

This commit is contained in:
dominik
2004-12-22 13:19:26 +00:00
parent 46af99b8c0
commit 4f4fa940d8
9 changed files with 313 additions and 44 deletions

1
ttd.h
View File

@@ -438,6 +438,7 @@ enum {
WC_EXTRA_VIEW_PORT = 0x48,
WC_CLIENT_LIST = 0x49,
WC_NETWORK_STATUS_WINDOW = 0x4A,
WC_CUSTOM_CURRENCY = 0x4B,
};