summaryrefslogtreecommitdiff
path: root/road_cmd.c
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-10-20 17:43:13 +0000
committertron <tron@openttd.org>2005-10-20 17:43:13 +0000
commit2b91f55b320256a9653920f0b395879c1012d158 (patch)
tree904818203b322c8fca47da358ab42c2f254d2280 /road_cmd.c
parent6a5c0fabddadee4a95b075a21856eb8afbf93c57 (diff)
downloadopenttd-2b91f55b320256a9653920f0b395879c1012d158.tar.xz
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE 0x10 -> OWNER_NONE
Diffstat (limited to 'road_cmd.c')
-rw-r--r--road_cmd.c2
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); }