| 1687 | } |
| 1688 | |
| 1689 | boolean |
| 1690 | has_ceiling(d_level *lev) |
| 1691 | { |
| 1692 | /* FIXME: some (most? all?) of the quest home levels are conceptually |
| 1693 | above ground and don't have ceilings outside of their buildings |
| 1694 | but we don't presently check for that */ |
| 1695 | if (In_endgame(lev) && !Is_earthlevel(lev)) |
| 1696 | return FALSE; |
| 1697 | return TRUE; |
| 1698 | } |
| 1699 | |
| 1700 | boolean |
| 1701 | avoid_ceiling(d_level *lev) |
no outgoing calls
no test coverage detected