summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/files.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/files.cc')
-rw-r--r--crawl-ref/source/files.cc5
1 files changed, 1 insertions, 4 deletions
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index f9c3332186..fc86cc2cc1 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -969,10 +969,7 @@ found_stair:
// This should fix the "monster occuring under the player" bug?
if (mgrd[you.x_pos][you.y_pos] != NON_MONSTER)
monster_teleport(&menv[mgrd[you.x_pos][you.y_pos]], true);
- /*
- if (you.level_type == LEVEL_LABYRINTH || you.level_type == LEVEL_ABYSS)
- grd[you.x_pos][you.y_pos] = DNGN_FLOOR;
- */
+
int following = 0;
// actually "move" the followers if applicable