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>2007-08-16 19:20:45 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-08-16 19:20:45 +0000
commitcb1a4eab762f953396c49c15fb178e2f47d56105 (patch)
tree0baa86d5474f887f880a2cb447936cbb1668bd11 /crawl-ref/source/spl-book.cc
parent5fc6dd64feee1a620b1b5141ca3efa4ef51766f2 (diff)
downloadcrawl-ref-cb1a4eab762f953396c49c15fb178e2f47d56105.tar.gz
crawl-ref-cb1a4eab762f953396c49c15fb178e2f47d56105.zip
Yet another tutorial update
... and Sif Muna finally gets those other titles. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2007 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index f4734d2f79..534022a0d9 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -997,7 +997,7 @@ static bool which_spellbook( int &book, int &spell )
return (true);
} // end which_spellbook()
-// Returns false if the player cannot read/memorize from the book,
+// Returns false if the player cannot read/memorize from the book,
// and true otherwise. -- bwr
static bool player_can_read_spellbook( const item_def &book )
{
@@ -1131,7 +1131,7 @@ bool undead_cannot_memorise(spell_type spell, char being)
return false;
} // end undead_cannot_memorise()
-bool player_can_memorize(item_def &book)
+bool player_can_memorise(item_def &book)
{
if (book.base_type != OBJ_BOOKS || book.sub_type == BOOK_MANUAL)
return false;