File diff r2951:a52cbb930051 → r2952:e97f823d2dbe
depot.h
Show inline comments
 
@@ -75,7 +75,7 @@ static inline bool IsValidDepot(const De
 
 */
 
static inline bool IsTileDepotType(TileIndex tile, TransportType type)
 
{
 
	switch(type)
 
	switch (type)
 
	{
 
		case TRANSPORT_RAIL:
 
			return IsTileType(tile, MP_RAILWAY) && (_m[tile].m5 & 0xFC) == 0xC0;