summaryrefslogtreecommitdiff
path: root/src/q_spider.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_spider.c')
-rw-r--r--src/q_spider.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/q_spider.c b/src/q_spider.c
index da8b7af6..a739535b 100644
--- a/src/q_spider.c
+++ b/src/q_spider.c
@@ -26,9 +26,7 @@ bool_ quest_spider_gen_hook(char *fmt)
get_mon_num_prep();
init_flags = INIT_CREATE_DUNGEON;
- process_dungeon_file_full = TRUE;
- process_dungeon_file(NULL, "spiders.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE);
- process_dungeon_file_full = FALSE;
+ process_dungeon_file("spiders.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE, TRUE);
return TRUE;
}