is `lev' a level containing the Wizard's tower? */
| 1911 | |
| 1912 | /* is `lev' a level containing the Wizard's tower? */ |
| 1913 | boolean |
| 1914 | On_W_tower_level(d_level *lev) |
| 1915 | { |
| 1916 | return (boolean) (Is_wiz1_level(lev) |
| 1917 | || Is_wiz2_level(lev) |
| 1918 | || Is_wiz3_level(lev)); |
| 1919 | } |
| 1920 | |
| 1921 | /* is <x,y> of `lev' inside the Wizard's tower? */ |
| 1922 | boolean |
no outgoing calls
no test coverage detected