Codechange: Use GetAcceptanceMask() instead of duplicating it.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user