OSDN Git Service

[Refactor] #38997 destroy_area() のfloor_type *引数をplayer_type *引数に差し替え / Replaced...
[hengband/hengband.git] / src / realm-crusade.c
index 238589f..a63aef9 100644 (file)
@@ -473,7 +473,7 @@ concptr do_crusade_spell(player_type *caster_ptr, SPELL_IDX spell, BIT_FLAGS mod
 
                        if (cast)
                        {
-                               destroy_area(caster_ptr->current_floor_ptr, caster_ptr->y, caster_ptr->x, base + randint1(sides), FALSE);
+                               destroy_area(caster_ptr, caster_ptr->y, caster_ptr->x, base + randint1(sides), FALSE);
                        }
                }
                break;