File diff r9231:225c71d3aa3a → r9232:bfa5965b4b61
src/depot_gui.cpp
Show inline comments
 
@@ -1001,6 +1001,8 @@ void ShowDepotWindow(TileIndex tile, Veh
 
			w = AllocateWindowDescFront<DepotWindow>(&_aircraft_depot_desc, tile); break;
 
	}
 

	
 
	if (w == NULL) return;
 

	
 
	w->caption_color = GetTileOwner(tile);
 
	w->CreateDepotListWindow(type);
 
}