From 2eab9ba1136309e98afa1f64bc6c493b8a70401e Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Fri, 27 Nov 2009 00:24:13 -0800 Subject: Bug #51: Shopping list travel bug fix Shopping list travel now always goes all the way to the shop. --- crawl-ref/source/shopping.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref') diff --git a/crawl-ref/source/shopping.cc b/crawl-ref/source/shopping.cc index 9ae19ef18b..a956f52bd0 100644 --- a/crawl-ref/source/shopping.cc +++ b/crawl-ref/source/shopping.cc @@ -2598,7 +2598,7 @@ void ShoppingList::display() continue; } - const travel_target lp(thing_pos(*thing), true); + const travel_target lp(thing_pos(*thing), false); start_translevel_travel(lp); break; } -- cgit v1.2.3-54-g00ecf