summaryrefslogtreecommitdiff
path: root/src/melee2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2010-01-08 22:55:59 +0100
committerBardur Arantsson <bardur@scientician.net>2010-01-08 23:46:23 +0100
commitf7eb880a91dc00f0531fe6a6ec795fe56ae5fc3f (patch)
tree2c85e919f22ec7c00ecd923266e48ada19c8c126 /src/melee2.c
parent884505957dbd7caf37642e8330e10d0b71d47554 (diff)
Import fix from CVS: Don't generate impassable glass walls.
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;