summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/ouch.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/ouch.cc')
-rw-r--r--crawl-ref/source/ouch.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/ouch.cc b/crawl-ref/source/ouch.cc
index 2b9c8a38dd..b9de06806f 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -1067,7 +1067,7 @@ void end_game( scorefile_entry &se )
if (!crawl_state.seen_hups)
more();
- invent( -1, true );
+ browse_inventory(true);
textcolor( LIGHTGREY );
clrscr();