(svn r1680) Feature: Replace train GUI now remembers the railtype selected in the dropdown menu

This commit is contained in:
bjarni
2005-01-26 12:42:29 +00:00
parent 518034d28d
commit 5665d51bb3
4 changed files with 7 additions and 5 deletions

View File

@@ -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];