DEBUG: Add bridge pillar index to debug landinfo print

This commit is contained in:
Jonathan G Rennison
2020-11-01 21:35:21 +00:00
parent b86f19c121
commit 7381e00859
3 changed files with 5 additions and 2 deletions

View File

@@ -103,6 +103,7 @@ BridgePiecePillarFlags GetBridgeTilePillarFlags(TileIndex tile, TileIndex northe
struct BridgePieceDebugInfo {
BridgePieces piece;
BridgePiecePillarFlags pillar_flags;
uint pillar_index;
};
BridgePieceDebugInfo GetBridgePieceDebugInfo(TileIndex tile);