summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index c835f3e781..b5f17de3f9 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -780,11 +780,11 @@ static void _do_wizard_command(int wiz_command, bool silent_fail)
break;
}
- dungeon_terrain_changed(you.pos(), DNGN_ENTER_PORTAL_VAULT, false);
map_wiz_props_marker *marker = new map_wiz_props_marker(you.pos());
marker->set_property("dst", dst);
marker->set_property("desc", "wizard portal, dest = " + dst);
env.markers.add(marker);
+ dungeon_terrain_changed(you.pos(), DNGN_ENTER_PORTAL_VAULT, false);
break;
}