diff options
Diffstat (limited to 'src/vehicle_gui.h')
-rw-r--r-- | src/vehicle_gui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicle_gui.h b/src/vehicle_gui.h index 07dda47fc..3d5429d29 100644 --- a/src/vehicle_gui.h +++ b/src/vehicle_gui.h @@ -47,7 +47,7 @@ enum TrainDetailsWindowTabs { }; /** Vehicle List Window type flags */ -enum { +enum VehicleListWindowType { VLW_STANDARD = 0 << 8, VLW_SHARED_ORDERS = 1 << 8, VLW_STATION_LIST = 2 << 8, |