summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/terrain.cc
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-27 00:02:20 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-27 00:31:51 -0800
commit65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4 (patch)
tree1a97838f01ee04a4e3b190106284944a318598a3 /crawl-ref/source/terrain.cc
parent7230429666ac1623b5c640f6ae526d08921c8b09 (diff)
downloadcrawl-ref-65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4.tar.gz
crawl-ref-65f7bd4b121e4cae4fd30501fd4d81d0fe9381c4.zip
Bug #51: Remove gone portals from shopping list
Diffstat (limited to 'crawl-ref/source/terrain.cc')
-rw-r--r--crawl-ref/source/terrain.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/terrain.cc b/crawl-ref/source/terrain.cc
index c583815690..5278fd6b12 100644
--- a/crawl-ref/source/terrain.cc
+++ b/crawl-ref/source/terrain.cc
@@ -632,6 +632,7 @@ static bool _dgn_shift_feature(const coord_def &pos)
env.markers.move(pos, dest);
dungeon_events.move_listeners(pos, dest);
+ shopping_list.move_things(pos, dest);
}
return (true);
}