OSDN Git Service

[Refactor] #4171 MindPowerGetter のコンパイル警告を解消した
[hengbandforosx/hengbandosx.git] / src / mind / mind-power-getter.h
index 28280bd..7b6b7b9 100644 (file)
@@ -38,8 +38,8 @@ private:
     bool interpret_mind_key_input(const bool only_browse);
     bool display_minds_chance(const bool only_browse);
     void display_each_mind_chance();
-    void calculate_mind_chance(bool *has_weapon); // 配列.
-    void calculate_ki_chance(bool *has_weapon); // 配列.
+    void calculate_mind_chance(bool has_weapon_main, bool has_weapon_sub);
+    void calculate_ki_chance(bool has_weapon_main, bool has_weapon_sub);
     void add_ki_chance();
     void make_choice_lower();
 };