Codechange: Use GetAcceptanceMask() instead of duplicating it.

This commit is contained in:
Peter Nelson
2023-09-21 08:29:10 +01:00
committed by PeterN
parent 6d675c8acf
commit 69ee38bd43
4 changed files with 4 additions and 12 deletions

View File

@@ -492,7 +492,7 @@ void ClearAllStationCachedNames()
* @param st Station to query
* @return the expected mask
*/
static CargoTypes GetAcceptanceMask(const Station *st)
CargoTypes GetAcceptanceMask(const Station *st)
{
CargoTypes mask = 0;