OSDN Git Service

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