summaryrefslogtreecommitdiff
path: root/src/rail.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2019-12-18 00:48:03 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-12-23 17:23:20 +0000
commitb769eb30c43ccbc4e60b8b7df024253ac55d2265 (patch)
treea2d3b30374e475f588d92cc2b00c20833b081eee /src/rail.h
parent6fa217dfc8afbd06bbc46462a2b6affc35268b5b (diff)
downloadopenttd-b769eb30c43ccbc4e60b8b7df024253ac55d2265.tar.xz
Fix: Setting the default railtype to 'first/last available' did not work with NewGRF defined railtypes.
Diffstat (limited to 'src/rail.h')
-rw-r--r--src/rail.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rail.h b/src/rail.h
index ff073cfc2..d9121d545 100644
--- a/src/rail.h
+++ b/src/rail.h
@@ -452,7 +452,6 @@ bool ValParamRailtype(const RailType rail);
RailTypes AddDateIntroducedRailTypes(RailTypes current, Date date);
-RailType GetBestRailtype(const CompanyID company);
RailTypes GetCompanyRailtypes(CompanyID company, bool introduces = true);
RailTypes GetRailTypes(bool introduces);