OSDN Git Service

「行動前に視界内モンスターリストを更新」オプションを追加
[hengband/hengband.git] / src / dungeon.c
index a585858..ac1faed 100644 (file)
@@ -4940,6 +4940,12 @@ static void process_player(void)
                        /* Place the cursor on the player */
                        move_cursor_relative(p_ptr->y, p_ptr->x);
 
+                       if(refresh_mon_list)
+                       {
+                               p_ptr->window |= PW_MONSTER_LIST;
+                               update_output();
+                       }
+
                        can_save = TRUE;
                        /* Get a command (normal) */
                        request_command(FALSE);