OSDN Git Service

It's not currently used in hengband, but bring over the change to mouse event handlin...
[hengbandforosx/hengbandosx.git] / src / dungeon.c
index 4bc91b9..197d098 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);