summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dungeon.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dungeon.cc')
-rw-r--r--crawl-ref/source/dungeon.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/dungeon.cc b/crawl-ref/source/dungeon.cc
index 4c507001df..73a890d50e 100644
--- a/crawl-ref/source/dungeon.cc
+++ b/crawl-ref/source/dungeon.cc
@@ -3303,7 +3303,7 @@ static int _place_uniques(int level_number, char level_type)
if (which_unique == MONS_PROGRAM_BUG)
break;
- mgen_data mg(which_unique, BEH_SLEEP, 0,
+ mgen_data mg(which_unique, BEH_SLEEP, 0, 0,
coord_def(), MHITNOT, MG_PERMIT_BANDS,
GOD_NO_GOD, MONS_PROGRAM_BUG, 0, BLACK,
level_number, PROX_ANYWHERE);