From d7cbd0d4c37bc60dc79f6d3cd4fbddd96b093e18 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 Oct 2005 17:43:13 +0000 Subject: (svn r3073) int/byte -> EngineID/PlayerID/VehicleID 0/-1 -> INVALID_ENGINE 0x10 -> OWNER_NONE --- road_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'road_cmd.c') 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); } -- cgit v1.2.3-54-g00ecf