| 598 | } |
| 599 | |
| 600 | bool is_torch_tile(tileidx_t tile) |
| 601 | { |
| 602 | return tile == TILE_WALL_BRICK_DARK_2_TORCH |
| 603 | || tile == TILE_WALL_BRICK_DARK_4_TORCH |
| 604 | || tile == TILE_WALL_BRICK_DARK_6_TORCH; |
| 605 | } |
| 606 | |
| 607 | bool is_door_tile(tileidx_t tile) |
| 608 | { |
no outgoing calls
no test coverage detected