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
commit5665d51bb31bd2c8860e9b48989fa145ad01e193 (patch)
tree8330c76d86cc47f1e087d757bc229fd72a7497f9 /window.h
parent518034d28d3664a3f3f6bb865eb8a8c4d0d3ccfe (diff)
downloadopenttd-5665d51bb31bd2c8860e9b48989fa145ad01e193.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];