OSDN Git Service

[Refactor] struct player_type を class PlayerType に置換。
[hengbandforosx/hengbandosx.git] / src / mind / mind-berserker.cpp
index b8b1133..dfc768f 100644 (file)
@@ -22,7 +22,7 @@
  * @param spell 発動する特殊技能のID
  * @return 処理を実行したらTRUE、キャンセルした場合FALSEを返す。
  */
-bool cast_berserk_spell(player_type *player_ptr, mind_berserker_type spell)
+bool cast_berserk_spell(PlayerType *player_ptr, mind_berserker_type spell)
 {
     POSITION y, x;
     DIRECTION dir;