summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authordominik <dominik@openttd.org>2004-08-24 08:34:28 +0000
committerdominik <dominik@openttd.org>2004-08-24 08:34:28 +0000
commite2f627a22ed2a38542b63ac65a73499a2d9f32aa (patch)
tree92d0709632554e6421d9d731ecdb6e8bf9bdc631 /ttd.h
parent7efcc84512bd2161f4c68fdbdd06b8d1519137df (diff)
downloadopenttd-e2f627a22ed2a38542b63ac65a73499a2d9f32aa.tar.xz
(svn r127) New feature: ingame console. (sign_de)
Press tab to open the console, more info in docs/console.txt
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttd.h b/ttd.h
index 51052aa7c..190651794 100644
--- a/ttd.h
+++ b/ttd.h
@@ -393,7 +393,8 @@ enum {
WC_INDUSTRY_DIRECTORY = 0x43,
WC_MESSAGE_HISTORY = 0x44,
WC_CHEATS = 0x45,
- WC_PERFORMANCE_DETAIL = 0x46,
+ WC_PERFORMANCE_DETAIL = 0x46,
+ WC_CONSOLE = 0x47,
};