From 305618f279ee424e35c254b0d63d151f91fd3e69 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Mon, 16 Mar 2009 20:49:42 +0000 Subject: * Fix 2687930: Shorten the spell menu more, and don't call update_title() at '?' as apparently all it does is hide the first spell line. * Uncomment the autoinscription of weapons of distortion in init.txt. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9511 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 748c4c4443..b5957ffe9b 100644 --- a/crawl-ref/source/ouch.cc +++ b/crawl-ref/source/ouch.cc @@ -981,7 +981,7 @@ void ouch(int dam, int death_source, kill_method_type death_type, mprf(MSGCH_DIAGNOSTICS, "Damage: %d; Hit points: %d", dam, you.hp); #endif - if (!yesno("Die?", false, 'n')) + if (!yesno("Die?", true, 'n')) { take_note(Note( NOTE_DEATH, you.hp, you.hp_max, death_desc.c_str()), true); -- cgit v1.2.3-54-g00ecf