summaryrefslogtreecommitdiff
path: root/src/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-15 20:16:33 +0000
committertron <tron@openttd.org>2007-02-15 20:16:33 +0000
commit5231f5669dcb1f4caa641696a16c8517239a5303 (patch)
tree5a513b927712a1ad28c59a6e84193e9ca2bbc851 /src/window.h
parent8675b8ec7d36592777c23cfcfe273fa17c66afef (diff)
downloadopenttd-5231f5669dcb1f4caa641696a16c8517239a5303.tar.xz
(svn r8747) -Fix
-Codechange: Make the encoding of accepted aircraft types of airports a bit more sensible and move the enum into struct AirportFTAClass
Diffstat (limited to 'src/window.h')
-rw-r--r--src/window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window.h b/src/window.h
index b671271e5..bd5142756 100644
--- a/src/window.h
+++ b/src/window.h
@@ -321,7 +321,7 @@ typedef struct {
byte vehicle_type;
union {
RailTypeByte railtype;
- AcceptPlanesByte acc_planes; // AIRCRAFT_ONLY, ALL, HELICOPTERS_ONLY
+ AirportFTAClass::Flags flags;
} filter;
byte sel_index; // deprecated value, used for 'unified' ship and road
bool descending_sort_order;