OSDN Git Service

[Refactor] #40514 player_type の resist_elec 変数を廃止. / Abolished the resist_elec variab...
[hengbandforosx/hengbandosx.git] / src / player / player-status.c
index d4a23ef..5a93095 100644 (file)
@@ -394,7 +394,6 @@ void calc_bonuses(player_type *creature_ptr)
     has_curses(creature_ptr);
     creature_ptr->impact = has_impact(creature_ptr);
     has_extra_blow(creature_ptr);
-    creature_ptr->resist_elec = has_resist_elec(creature_ptr);
     creature_ptr->resist_cold = has_resist_cold(creature_ptr);
     creature_ptr->resist_pois = has_resist_pois(creature_ptr);
     creature_ptr->resist_conf = has_resist_conf(creature_ptr);