GRF: Add extra road/tram type flag: not available to AI/GS

This commit is contained in:
Jonathan G Rennison
2020-10-16 19:09:28 +01:00
parent 6c9988f28b
commit 75a964acb0
9 changed files with 50 additions and 3 deletions

View File

@@ -63,6 +63,9 @@ static const RoadTypeInfo _original_roadtypes[] = {
/* flags */
ROTFB_TOWN_BUILD,
/* extra flags */
RXTFB_NONE,
/* cost multiplier */
8,
@@ -143,6 +146,9 @@ static const RoadTypeInfo _original_roadtypes[] = {
/* flags */
ROTFB_CATENARY | ROTFB_NO_HOUSES,
/* extra flags */
RXTFB_NONE,
/* cost multiplier */
16,