Change: Shorten engine rail type drop down in autoreplace window. (#7448)
commit6d1cc142c2390b3466a91de19d16e55bf1ee19f8
authorPeterN <peter@fuzzle.org>
Sun, 31 Mar 2019 01:05:23 +0000 (31 02:05 +0100)
committerGitHub <noreply@github.com>
Sun, 31 Mar 2019 01:05:23 +0000 (31 02:05 +0100)
tree48913eef7c9ccad20b4aa58c210f189f83f64d22
parente1069eee05b648a64ff5dac3dd5701b01cfa2034
Change: Shorten engine rail type drop down in autoreplace window. (#7448)

In the autoreplace window, the rail type drop down is for choosing engines
of the given time. Many rail types do not have engines specifically designed for them,
and are merely compatible with other rail types. This list is thus unwieldy and many
options have no engines available.

As this drop down is for choosing _engine_ rail type rather than compatible rail types,
we can list just the rail types explicitly listed by engines.
src/rail.cpp
src/rail.h
src/rail_gui.cpp