forked from mirror/OpenTTD
(svn r12104) -Fix (r12103): remember loading indicators transparency settings and make in switchable by Ctrl+9
This commit is contained in:
@@ -19,7 +19,7 @@ enum RoadTileType {
|
||||
};
|
||||
|
||||
static inline RoadTileType GetRoadTileType(TileIndex t)
|
||||
{
|
||||
{
|
||||
assert(IsTileType(t, MP_ROAD));
|
||||
return (RoadTileType)GB(_m[t].m5, 6, 2);
|
||||
}
|
||||
|
Reference in New Issue
Block a user