summaryrefslogtreecommitdiff
path: root/src/q_evil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_evil.c')
-rw-r--r--src/q_evil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_evil.c b/src/q_evil.c
index 33a01d29..a143f65c 100644
--- a/src/q_evil.c
+++ b/src/q_evil.c
@@ -31,7 +31,7 @@ bool_ quest_evil_gen_hook(char *fmt)
get_mon_num_prep();
init_flags = INIT_CREATE_DUNGEON;
- process_dungeon_file(NULL, "evil.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE);
+ process_dungeon_file("evil.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE, FALSE);
dungeon_flags2 |= DF2_NO_GENO;
/* Place some random balrogs */