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:
@@ -13,6 +13,7 @@ typedef union any {
|
||||
struct obj *a_obj;
|
||||
int a_int;
|
||||
char a_char;
|
||||
schar a_schar;
|
||||
/* add types as needed */
|
||||
} anything;
|
||||
#define ANY_P union any /* avoid typedef in prototypes */
|
||||
|
||||
Reference in New Issue
Block a user