1
0
Fork 0

(svn r27253) -Fix [FS#6282]: When crossing tram tracks with railroads, cost of extra roads was not being counted. (adf88)

release/1.6
frosch 2015-04-26 10:26:07 +00:00
parent 3a82bae0d3
commit e3c8e8e8e8
1 changed files with 1 additions and 0 deletions

View File

@ -501,6 +501,7 @@ CommandCost CmdBuildSingleRail(TileIndex tile, DoCommandFlag flags, uint32 p1, u
}
}
roadtypes |= ROADTYPES_ROAD;
cost.AddCost(2 * _price[PR_BUILD_ROAD]);
break;
case ROADTYPES_ALL: