summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/describe.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-01 12:11:33 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-08-01 12:11:33 +0000
commiteed564f133ab31498240ee40fe190a33d1983aac (patch)
treebcde59952e8e963430d193e4a3be9f058d1fea32 /crawl-ref/source/describe.cc
parentc41c9b094a552b13d12d40241dc230ac9083bac2 (diff)
downloadcrawl-ref-eed564f133ab31498240ee40fe190a33d1983aac.tar.gz
crawl-ref-eed564f133ab31498240ee40fe190a33d1983aac.zip
Fix 2034581: menu colour leaking information on !blood and !mutation.
Fix 2034526: inscription with { not working git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6748 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/describe.cc')
-rw-r--r--crawl-ref/source/describe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/describe.cc b/crawl-ref/source/describe.cc
index 67a31438d4..4af5e1c088 100644
--- a/crawl-ref/source/describe.cc
+++ b/crawl-ref/source/describe.cc
@@ -2127,7 +2127,7 @@ void inscribe_item(item_def &item, bool proper_prompt)
did_prompt = true;
}
- keyin = (did_prompt ? tolower(c_getch()) : 'y');
+ keyin = (did_prompt ? tolower(c_getch()) : 'i');
switch (keyin)
{
case 'c':