are you in one of the Hell levels? */
| 1939 | |
| 1940 | /* are you in one of the Hell levels? */ |
| 1941 | boolean |
| 1942 | In_hell(d_level *lev) |
| 1943 | { |
| 1944 | return (boolean) (svd.dungeons[lev->dnum].flags.hellish); |
| 1945 | } |
| 1946 | |
| 1947 | /* sets *lev to be the gateway to Gehennom... */ |
| 1948 | void |
no outgoing calls
no test coverage detected