summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/wiz-dgn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/wiz-dgn.cc')
-rw-r--r--crawl-ref/source/wiz-dgn.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/wiz-dgn.cc b/crawl-ref/source/wiz-dgn.cc
index 4a691c7725..5d178d02c1 100644
--- a/crawl-ref/source/wiz-dgn.cc
+++ b/crawl-ref/source/wiz-dgn.cc
@@ -214,7 +214,7 @@ static void _wizard_go_to_level(const level_pos &pos)
if (!crawl_state.test)
save_game_state();
new_level();
- viewwindow(true, true);
+ viewwindow(true);
// Tell stash-tracker and travel that we've changed levels.
trackers_init_new_level(true);
@@ -620,7 +620,7 @@ static void _debug_kill_traps()
static int _debug_time_explore()
{
- viewwindow(true, false);
+ viewwindow(false);
start_explore(false);
unwind_var<int> es(Options.explore_stop, 0);