OSDN Git Service

[Refactor] #37353 鏡使いのレイシャル「静水」を mirror_concentration() に分離。 / Separate Mirror master...
[hengband/hengband.git] / src / spells-summon.c
index 550a51f..57a7e65 100644 (file)
@@ -1,4 +1,5 @@
 #include "angband.h"\r
+#include "spells-summon.h"\r
 \r
 /*!\r
 * @brief トランプ魔法独自の召喚処理を行う / Handle summoning and failure of trump spells\r
@@ -113,7 +114,7 @@ bool cast_summon_greater_demon(void)
 {\r
        PLAYER_LEVEL plev = p_ptr->lev;\r
        OBJECT_IDX item;\r
-       cptr q, s;\r
+       concptr q, s;\r
        int summon_lev;\r
        object_type *o_ptr;\r
 \r