forked from mirror/OpenTTD
(svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depots, industries, towns and waypoints
This commit is contained in:
@@ -535,7 +535,7 @@ public:
|
||||
|
||||
|
||||
case GRP_WIDGET_AVAILABLE_VEHICLES:
|
||||
ShowBuildVehicleWindow(0, this->vehicle_type);
|
||||
ShowBuildVehicleWindow(INVALID_TILE, this->vehicle_type);
|
||||
break;
|
||||
|
||||
case GRP_WIDGET_MANAGE_VEHICLES_DROPDOWN:
|
||||
|
Reference in New Issue
Block a user