Update existing assertions to log tile information where suitable
This commit is contained in:
@@ -92,7 +92,7 @@ static bool CanPlantTreesOnTile(TileIndex tile, bool allow_desert)
|
||||
static void PlantTreesOnTile(TileIndex tile, TreeType treetype, uint count, uint growth)
|
||||
{
|
||||
assert(treetype != TREE_INVALID);
|
||||
assert(CanPlantTreesOnTile(tile, true));
|
||||
assert_tile(CanPlantTreesOnTile(tile, true), tile);
|
||||
|
||||
TreeGround ground;
|
||||
uint density = 3;
|
||||
|
Reference in New Issue
Block a user