diff options
Diffstat (limited to 'road_cmd.c')
-rw-r--r-- | road_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/road_cmd.c b/road_cmd.c index 21bbad190..3137e2fd0 100644 --- a/road_cmd.c +++ b/road_cmd.c @@ -879,7 +879,7 @@ static void DrawTile_Road(TileInfo *ti) } else { uint32 ormod; - int player; + PlayerID player; const DrawRoadSeqStruct *drss; if (ti->tileh != 0) { DrawFoundation(ti, ti->tileh); } |