summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2006-10-10 15:02:38 +0000
committerbjarni <bjarni@openttd.org>2006-10-10 15:02:38 +0000
commit95f5034da1d6a1d7a900e9cb5ec013148b718ea8 (patch)
tree8a796eae73ffba101d09b9ce3c2af2b0433ad4d2 /window.h
parenta46203911c97716aa43a30ab86a8e4c6c9690b85 (diff)
downloadopenttd-95f5034da1d6a1d7a900e9cb5ec013148b718ea8.tar.xz
(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
Diffstat (limited to 'window.h')
-rw-r--r--window.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/window.h b/window.h
index 0f591f258..086c32d68 100644
--- a/window.h
+++ b/window.h
@@ -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;