summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 21:35:56 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-09 21:35:56 +0000
commit45907051a75eb3c184050202066d4ea419ea38c5 (patch)
tree9ed7e29e2e461443ab21d4fd92f0fd316a94cabd /crawl-ref/source/spl-book.cc
parente3af78b8bb3ad47ea17162e6ef591ca881f0370e (diff)
downloadcrawl-ref-45907051a75eb3c184050202066d4ea419ea38c5.tar.gz
crawl-ref-45907051a75eb3c184050202066d4ea419ea38c5.zip
Call flush_prev_message() in prompt_invent_item().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9399 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index a7abd01d38..7f6c98f44e 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1075,7 +1075,6 @@ static int _which_spellbook( void )
mprf("You can memorise %d more level%s of spells.",
avail_levels, (avail_levels > 1) ? "s" : "" );
- flush_prev_message();
book = prompt_invent_item("Memorise from which spellbook?", MT_INVLIST,
OSEL_MEMORISE );