summaryrefslogtreecommitdiff
path: root/src/melee2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee2.c')
-rw-r--r--src/melee2.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/melee2.c b/src/melee2.c
index 291a7d9f..b5e40635 100644
--- a/src/melee2.c
+++ b/src/melee2.c
@@ -6833,7 +6833,7 @@ static void process_monster(int m_idx, bool is_frien)
c_ptr->info &= ~(CAVE_MARK);
/* Break the rune */
- place_floor(ny, nx);
+ place_floor_convert_glass(ny, nx);
/* Allow movement */
do_move = TRUE;
@@ -7068,7 +7068,7 @@ static void process_monster(int m_idx, bool is_frien)
c_ptr->info &= ~(CAVE_MARK);
/* Break the rune */
- place_floor(ny, nx);
+ place_floor_convert_glass(ny, nx);
/* Allow movement */
do_move = TRUE;