summaryrefslogtreecommitdiff
path: root/src/q_thief.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_thief.c')
-rw-r--r--src/q_thief.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/q_thief.c b/src/q_thief.c
index f91b4ec5..6b033f8c 100644
--- a/src/q_thief.c
+++ b/src/q_thief.c
@@ -32,7 +32,7 @@ bool_ quest_thieves_gen_hook(char *fmt)
get_mon_num_prep();
init_flags = INIT_CREATE_DUNGEON;
- process_dungeon_file(NULL, "thieves.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE);
+ process_dungeon_file("thieves.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE, FALSE);
dungeon_flags2 |= DF2_NO_GENO;
/* Rip the inventory from the player */