OSDN Git Service

[Refactor] #37353 externs.h から util.h への宣言移動。
[hengband/hengband.git] / src / mspells4.c
index 1e55436..4185194 100644 (file)
@@ -7,6 +7,8 @@
 
 
 #include "angband.h"
+#include "util.h"
+
 #include "floor.h"
 #include "grid.h"
 #include "spells-summon.h"
@@ -18,6 +20,8 @@
 #include "monster-status.h"
 #include "spells.h"
 #include "melee.h"
+#include "player-effects.h"
+
 
 
 /*!
@@ -1915,7 +1919,7 @@ HIT_POINT spell_RF6_WORLD(MONSTER_IDX m_idx)
        disturb(TRUE, TRUE);
        if (m_ptr->r_idx == MON_DIO) who = 1;
        else if (m_ptr->r_idx == MON_WONG) who = 3;
-       if (!process_the_world(randint1(2) + 2, who, TRUE)) return (FALSE);
+       if (!set_monster_timewalk(randint1(2) + 2, who, TRUE)) return (FALSE);
        return who;
 }