(svn r9897) -Codechange: prepare the toolbar for more road types.

This commit is contained in:
rubidium
2007-05-21 21:58:31 +00:00
parent 0646d307bd
commit b7748a686e
6 changed files with 32 additions and 20 deletions

View File

@@ -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 @@ struct buildvehicle_d {
union {
RailTypeByte railtype;
AirportFTAClass::Flags flags;
RoadTypes roadtypes;
} filter;
byte sel_index; ///< deprecated value, used for 'unified' ship and road
bool descending_sort_order;