summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
committertruelight <truelight@openttd.org>2004-12-04 17:54:56 +0000
commitb8f6d41418982163965dd5beb0b39dbdce1fbe8f (patch)
tree68d3e795694a875138c369707ed74b5b4b022d49 /ttd.h
parent0434287ef826a4ed72cd8528a52a86ae8b70a948 (diff)
downloadopenttd-b8f6d41418982163965dd5beb0b39dbdce1fbe8f.tar.xz
(svn r942) -Merged branch/network back into the trunk
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ttd.h b/ttd.h
index 154533e93..201814844 100644
--- a/ttd.h
+++ b/ttd.h
@@ -80,7 +80,7 @@ enum SwitchModes {
SM_SAVE = 5,
SM_GENRANDLAND = 6,
SM_LOAD_SCENARIO = 9,
-
+ SM_START_SCENARIO = 10,
};
enum MapTileTypes {
@@ -436,6 +436,8 @@ enum {
WC_PERFORMANCE_DETAIL = 0x46,
WC_CONSOLE = 0x47,
WC_EXTRA_VIEW_PORT = 0x48,
+ WC_CLIENT_LIST = 0x49,
+ WC_NETWORK_STATUS_WINDOW = 0x4A,
};