OSDN Git Service

[Refactor] #38997 hex_spelling_any() に player_type * 引数を追加.
[hengband/hengband.git] / src / core.c
index 8ea728e..7e00354 100644 (file)
@@ -2475,7 +2475,7 @@ static void process_world_aux_mutation(void)
                msg_print(NULL);
                set_food(p_ptr, PY_FOOD_WEAK);
                if (music_singing_any(p_ptr)) stop_singing(p_ptr);
-               if (hex_spelling_any()) stop_hex_spell_all();
+               if (hex_spelling_any(p_ptr)) stop_hex_spell_all();
        }
 
        if ((p_ptr->muta2 & MUT2_WALK_SHAD) && !p_ptr->anti_magic && one_in_(12000) && !p_ptr->inside_arena)