summaryrefslogtreecommitdiff
path: root/src/q_wight.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_wight.c')
-rw-r--r--src/q_wight.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/q_wight.c b/src/q_wight.c
index c7e3d667..3f6b2c34 100644
--- a/src/q_wight.c
+++ b/src/q_wight.c
@@ -26,9 +26,7 @@ bool_ quest_wight_gen_hook(char *fmt)
get_mon_num_prep();
init_flags = INIT_CREATE_DUNGEON;
- process_dungeon_file_full = TRUE;
- process_dungeon_file(NULL, "wights.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE);
- process_dungeon_file_full = FALSE;
+ process_dungeon_file("wights.map", &ystart, &xstart, cur_hgt, cur_wid, TRUE, TRUE);
for (x = 3; x < xstart; x++)
for (y = 3; y < ystart; y++)