summaryrefslogtreecommitdiff
path: root/src/openttd.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-12-02 14:48:26 +0000
committerrubidium <rubidium@openttd.org>2007-12-02 14:48:26 +0000
commitd9081ad3f5eacf3f788c0246ff9c72eeaea9fd90 (patch)
tree5801e1ae4c02c7813e3235182983acbe0c8c799b /src/openttd.h
parent527b72749d5160eceb6e5999c0f329701b14ee47 (diff)
downloadopenttd-d9081ad3f5eacf3f788c0246ff9c72eeaea9fd90.tar.xz
(svn r11556) -Feature: allow setting a default password for new companies in network games.
Diffstat (limited to 'src/openttd.h')
-rw-r--r--src/openttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/openttd.h b/src/openttd.h
index 398469940..6ca6fc8a7 100644
--- a/src/openttd.h
+++ b/src/openttd.h
@@ -582,6 +582,7 @@ enum WindowClass {
WC_TRANSPARENCY_TOOLBAR,
WC_VEHICLE_TIMETABLE,
WC_BUILD_SIGNAL,
+ WC_COMPANY_PASSWORD_WINDOW,
};