OSDN Git Service

disturb()の時、モンスターの追跡用情報が更新されるように修正。
authorhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 5 Mar 2002 11:46:34 +0000 (11:46 +0000)
committerhabu <habu@0568b783-4c39-0410-ac80-bf13821ea2a2>
Tue, 5 Mar 2002 11:46:34 +0000 (11:46 +0000)
src/cave.c

index 3396530..afd4cd5 100644 (file)
@@ -4924,6 +4924,9 @@ void disturb(int stop_search, int unused_flag)
 
                /* Calculate torch radius */
                p_ptr->update |= (PU_TORCH);
+
+               /* Update monster flow */
+               p_ptr->update |= (PU_FLOW);
        }
 
        /* Flush the input if requested */