(svn r6722) -Codechange: [aircraft build window] moved aircraft build window to a file of it's own

Also made some changes to it so it should be easier to unify all the build vehicle windows
This commit is contained in:
bjarni
2006-10-10 15:02:38 +00:00
parent 4d7c539889
commit ba2be75c0c
7 changed files with 634 additions and 592 deletions

View File

@@ -391,6 +391,7 @@ typedef struct {
assert_compile(WINDOW_CUSTOM_SIZE >= sizeof(tooltips_d));
typedef struct {
byte vehicle_type;
byte railtype;
byte sel_index;
byte show_engine_button;