src/window.h
changeset 6666 41ceafa4c85e
parent 6643 f81bee57bc09
child 6669 bb48a810a509
--- a/src/window.h	Mon May 21 17:19:01 2007 +0000
+++ b/src/window.h	Mon May 21 21:58:31 2007 +0000
@@ -9,6 +9,7 @@
 #include "string.h"
 #include "order.h"
 #include "rail.h"
+#include "road.h"
 #include "airport.h"
 #include "vehicle.h"
 
@@ -328,6 +329,7 @@
 	union {
 		RailTypeByte railtype;
 		AirportFTAClass::Flags flags;
+		RoadTypes roadtypes;
 	} filter;
 	byte sel_index;  ///< deprecated value, used for 'unified' ship and road
 	bool descending_sort_order;