forked from mirror/OpenTTD
(svn r3073) int/byte -> EngineID/PlayerID/VehicleID
0/-1 -> INVALID_ENGINE 0x10 -> OWNER_NONE
This commit is contained in:
@@ -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); }
|
||||
|
Reference in New Issue
Block a user