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
commitd7cbd0d4c37bc60dc79f6d3cd4fbddd96b093e18 (patch)
tree904818203b322c8fca47da358ab42c2f254d2280 /road_cmd.c
parent6d16862126aad063a564c14c68254f89ac65d61e (diff)
downloadopenttd-d7cbd0d4c37bc60dc79f6d3cd4fbddd96b093e18.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); }