diff options
Diffstat (limited to 'vehicle_gui.c')
-rw-r--r-- | vehicle_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vehicle_gui.c b/vehicle_gui.c index 475c73f5a..77a872752 100644 --- a/vehicle_gui.c +++ b/vehicle_gui.c @@ -175,7 +175,7 @@ void SortVehicleList(vehiclelist_d *vl) /* General Vehicle GUI based procedures that are independent of vehicle types */ void InitializeVehiclesGuiList(void) { - _railtype_selected_in_replace_gui = 0; + _railtype_selected_in_replace_gui = RAILTYPE_RAIL; } // draw the vehicle profit button in the vehicle list window. |