OSDN Git Service

[Refactor] #38997 is_friendly_idx() の引数修正 / Fixed argument of is_friendly_idx()
authorHourier <hourier@users.sourceforge.jp>
Fri, 17 Jan 2020 15:48:26 +0000 (00:48 +0900)
committerHourier <hourier@users.sourceforge.jp>
Fri, 17 Jan 2020 15:48:26 +0000 (00:48 +0900)
src/monster2.c

index 9761fda..6a3e45a 100644 (file)
@@ -49,7 +49,7 @@
 MONSTER_IDX hack_m_idx = 0;    /* Hack -- see "process_monsters()" */
 MONSTER_IDX hack_m_idx_ii = 0;
 
-bool is_friendly_idx(MONSTER_IDX m_idx);
+bool is_friendly_idx(player_type *player_ptr, MONSTER_IDX m_idx);
 
 /*!
  * @brief モンスターの目標地点をセットする / Set the target of counter attack