forked from mirror/OpenTTD
(svn r3048) Replace 0/1/2 by RAILTYPE_RAIL/MONO/MAGLEV where appropriate
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user