summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/abyss.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/abyss.cc')
-rw-r--r--crawl-ref/source/abyss.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/crawl-ref/source/abyss.cc b/crawl-ref/source/abyss.cc
index 34a44c16ad..5f84370253 100644
--- a/crawl-ref/source/abyss.cc
+++ b/crawl-ref/source/abyss.cc
@@ -681,9 +681,7 @@ static bool _spawn_corrupted_servant_near(const coord_def &pos)
}
// Got a place, summon the beast.
- int level = 51;
- monster_type mons = pick_random_monster(level_id(LEVEL_ABYSS), level,
- level);
+ monster_type mons = pick_random_monster(level_id(LEVEL_ABYSS));
if (mons == MONS_PROGRAM_BUG)
return (false);