OSDN Git Service

[Refactor] #38997 hex_spelling_any() に player_type * 引数を追加.
[hengband/hengband.git] / src / cmd-quaff.c
index 839f0ee..8bb39d0 100644 (file)
@@ -56,7 +56,7 @@ void exe_quaff_potion(INVENTORY_IDX item)
        }
 
        if (music_singing_any(p_ptr)) stop_singing(p_ptr);
-       if (hex_spelling_any())
+       if (hex_spelling_any(p_ptr))
        {
                if (!hex_spelling(HEX_INHAIL)) stop_hex_spell_all();
        }