From f76a28883b52ad529804c1213b25f0fe42f9fc3e Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 30 Jul 2008 23:52:01 +0000 Subject: Fix 2033249: endgame and shop inventory browsing didn't allow examining items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6737 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/ouch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/ouch.cc') diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc index 9e2de8619c..5556959315 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -1063,7 +1063,7 @@ void end_game( scorefile_entry &se ) if (!crawl_state.seen_hups) more(); - invent( -1, true ); + browse_inventory(true); textcolor( LIGHTGREY ); clrscr(); -- cgit v1.2.3-54-g00ecf