OSDN Git Service

[Refactor] #37353 コメント整理。 / Refactor comments.
[hengband/hengband.git] / src / monster-process.c
index 5b4dc21..676f759 100644 (file)
@@ -20,6 +20,7 @@
 #include "projection.h"
 #include "spells-summon.h"
 #include "quest.h"
+#include "avatar.h"
 
 
 /*!
@@ -3043,8 +3044,6 @@ void process_monster(MONSTER_IDX m_idx)
                        else
                        {
                                /* sound(SOUND_WALK); */
-
-                               /* Move the player */
                                if (!move_player_effect(ny, nx, MPE_DONT_PICKUP)) break;
                        }