summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2005-05-30 13:06:15 +0000
committerDarkvater <darkvater@openttd.org>2005-05-30 13:06:15 +0000
commit01f06784e7f65dcffabdd21e4f7fc271897f3c95 (patch)
tree601d60df2854ffb16c117fc6295cb36b32a0562e /ttd.h
parente06c121d78e4ee8d81dd519b8f9b97366153c52c (diff)
downloadopenttd-01f06784e7f65dcffabdd21e4f7fc271897f3c95.tar.xz
(svn r2381) - Fix: [ 1210610 ] Endgame window on easy difficulty results in infinite loop. Oops. Seperated the window classes of endgame and highscreen.
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ttd.h b/ttd.h
index 96d247547..2764d0141 100644
--- a/ttd.h
+++ b/ttd.h
@@ -436,8 +436,9 @@ enum {
WC_NETWORK_STATUS_WINDOW = 0x4A,
WC_CUSTOM_CURRENCY = 0x4B,
WC_REPLACE_VEHICLE = 0x4C,
- WC_HIGHSCORE_ENDSCREEN = 0x4D,
- WC_SIGN_LIST = 0x4E,
+ WC_HIGHSCORE = 0x4D,
+ WC_ENDSCREEN = 0x4E,
+ WC_SIGN_LIST = 0x4F,
};