1
0
Fork 0

Codechange: use TownID instead of uint

pull/13489/head
Rubidium 2025-02-07 18:59:57 +01:00 committed by rubidium42
parent 6e0378f7c1
commit 9189c3ab6f
1 changed files with 1 additions and 1 deletions

View File

@ -657,7 +657,7 @@ inline void MakeRoadNormal(Tile t, RoadBits bits, RoadType road_rt, RoadType tra
* @param tram_rt The tram roadtype to set for the tile. * @param tram_rt The tram roadtype to set for the tile.
* @param town Town ID if the road is a town-owned road. * @param town Town ID if the road is a town-owned road.
*/ */
inline void MakeRoadCrossing(Tile t, Owner road, Owner tram, Owner rail, Axis roaddir, RailType rat, RoadType road_rt, RoadType tram_rt, uint town) inline void MakeRoadCrossing(Tile t, Owner road, Owner tram, Owner rail, Axis roaddir, RailType rat, RoadType road_rt, RoadType tram_rt, TownID town)
{ {
SetTileType(t, MP_ROAD); SetTileType(t, MP_ROAD);
SetTileOwner(t, rail); SetTileOwner(t, rail);