| 731 | } |
| 732 | |
| 733 | static bool ClickTile_Object(TileIndex tile) |
| 734 | { |
| 735 | if (!IsObjectType(tile, OBJECT_HQ)) return false; |
| 736 | |
| 737 | ShowCompany(GetTileOwner(tile)); |
| 738 | return true; |
| 739 | } |
| 740 | |
| 741 | static void AnimateTile_Object(TileIndex tile) |
| 742 | { |
nothing calls this directly
no test coverage detected