summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-book.h')
-rw-r--r--crawl-ref/source/spl-book.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h
index 53aaef2f49..07d69e7d9c 100644
--- a/crawl-ref/source/spl-book.h
+++ b/crawl-ref/source/spl-book.h
@@ -61,7 +61,7 @@ spell_type which_spell_in_book(int sbook_type, int spl);
int staff_spell( int zap_device_2 );
bool is_memorised(spell_type spell);
-bool undead_cannot_memorise(spell_type spell, char being);
+bool you_cannot_memorise(spell_type spell);
int spellbook_contents( item_def &book, read_book_action_type action,
formatted_string *fs = NULL );