summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2005-01-26 12:42:29 +0000
committerbjarni <bjarni@openttd.org>2005-01-26 12:42:29 +0000
commitbd8b10d25093404660d0e62420fb26c6915d2f07 (patch)
tree8330c76d86cc47f1e087d757bc229fd72a7497f9 /window.h
parentd7fc1b2c69216a692dbddb7625afd8cccd728c26 (diff)
downloadopenttd-bd8b10d25093404660d0e62420fb26c6915d2f07.tar.xz
(svn r1680) Feature: Replace train GUI now remembers the railtype selected in the dropdown menu
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/window.h b/window.h
index 0aa4b920b..c3d7f9494 100644
--- a/window.h
+++ b/window.h
@@ -323,7 +323,6 @@ typedef struct {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(buildtrain_d));
typedef struct {
- byte railtype;
byte vehicletype;
byte sel_index[2];
int16 sel_engine[2];