From 9732c129c16dea48e69188b75c2e39f9faacf86f Mon Sep 17 00:00:00 2001 From: Darkvater Date: Sat, 14 Oct 2006 22:22:48 +0000 Subject: (svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as these are used intermixed often. --- road_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_map.h') diff --git a/road_map.h b/road_map.h index 07670f97c..258c41e3b 100644 --- a/road_map.h +++ b/road_map.h @@ -178,7 +178,7 @@ RoadBits GetAnyRoadBits(TileIndex); TrackBits GetAnyRoadTrackBits(TileIndex tile); -static inline void MakeRoadNormal(TileIndex t, Owner owner, RoadBits bits, uint town) +static inline void MakeRoadNormal(TileIndex t, Owner owner, RoadBits bits, TownID town) { SetTileType(t, MP_STREET); SetTileOwner(t, owner); -- cgit v1.2.3-54-g00ecf