summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 22:18:43 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2007-07-01 22:18:43 +0000
commit2ed0386bc0a4f1eddf0de4408d95eda3b266fe68 (patch)
tree4c0e9b59c8c08c3e1a7c6c8bf516ffa73536666c /crawl-ref/source
parente1fa7f473b27c1f8d1a9f96bd6627ac839fd1818 (diff)
downloadcrawl-ref-2ed0386bc0a4f1eddf0de4408d95eda3b266fe68.tar.gz
crawl-ref-2ed0386bc0a4f1eddf0de4408d95eda3b266fe68.zip
1731074: item prices should be shown on leaving the dungeon.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1710 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-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 705c9b3fed..903b3818b0 100644
--- a/crawl-ref/source/ouch.cc
+++ b/crawl-ref/source/ouch.cc
@@ -975,7 +975,7 @@ void end_game( struct scorefile_entry &se )
}
}
- invent( -1, dead );
+ invent( -1, true );
clrscr();
if (!dump_char( morgue_name(), !dead, true ))