go directly to hell... */
| 1954 | |
| 1955 | /* go directly to hell... */ |
| 1956 | void |
| 1957 | goto_hell(boolean at_stairs, boolean falling) |
| 1958 | { |
| 1959 | d_level lev; |
| 1960 | |
| 1961 | find_hell(&lev); |
| 1962 | goto_level(&lev, at_stairs, falling, FALSE); |
| 1963 | } |
| 1964 | |
| 1965 | /* is 'lev' the only level in its branch? affects level teleporters */ |
| 1966 | boolean |
no test coverage detected