X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=src%2Fdetect.c;h=04e65dbdab19dbde6b9c9e7d1c6fa708048a79ba;hb=9a248dcc08021e75ecd38ec894d2665409a8bd0f;hp=1854a43e856136c8aa741b065a9de6db6674570e;hpb=333dede44aa7c54f23b6523917ffeb0137a034dd;p=jnethack%2Fsource.git diff --git a/src/detect.c b/src/detect.c index 1854a43..04e65db 100644 --- a/src/detect.c +++ b/src/detect.c @@ -10,7 +10,7 @@ /* JNetHack Copyright */ /* (c) Issei Numata, Naoki Hamada, Shigehiro Miyashita, 1994-2000 */ -/* For 3.4-, Copyright (c) SHIRAKATA Kentaro, 2002-2019 */ +/* For 3.4-, Copyright (c) SHIRAKATA Kentaro, 2002-2023 */ /* JNetHack may be freely redistributed. See license for details. */ #include "hack.h" @@ -2335,7 +2335,10 @@ int which_subset; /* when not full, whether to suppress objs and/or traps */ /* allow player to move cursor around and get autodescribe feedback based on what is visible now rather than what is on 'real' map */ which_subset |= TER_MAP; /* guarantee non-zero */ +/*JP browse_map(which_subset, "anything of interest"); +*/ + browse_map(which_subset, "ŠÖS‚Ì‚ ‚é‚à‚Ì"); reconstrain_map(); docrt(); /* redraw the screen, restoring regular map */