wizmode level teleport via menu

If you answer '?' to the level teleport prompt
in debug mode, you get a menu to choose
from, similar to the control-O print_dungeon
display.
This commit is contained in:
nethack.allison
2003-08-17 19:10:52 +00:00
parent 95e4443c11
commit 82e8dd3247
6 changed files with 86 additions and 15 deletions

View File

@@ -555,7 +555,7 @@ wiz_genesis()
STATIC_PTR int
wiz_where()
{
if (wizard) print_dungeon();
if (wizard) (void) print_dungeon(FALSE);
else pline("Unavailable command '^O'.");
return 0;
}