Update existing assertions to log tile information where suitable
This commit is contained in:
@@ -99,7 +99,7 @@ void ResetIndustries()
|
||||
*/
|
||||
IndustryType GetIndustryType(TileIndex tile)
|
||||
{
|
||||
assert(IsTileType(tile, MP_INDUSTRY));
|
||||
assert_tile(IsTileType(tile, MP_INDUSTRY), tile);
|
||||
|
||||
const Industry *ind = Industry::GetByTile(tile);
|
||||
assert(ind != NULL);
|
||||
|
Reference in New Issue
Block a user