From 8ad4f44fa747a32e0d476971beeaf2c0550f16e5 Mon Sep 17 00:00:00 2001 From: dshaligram Date: Wed, 20 Jun 2007 19:00:52 +0000 Subject: Experimental mouse support for ncurses (enable with mouse_input=yes in .crawlrc). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1610 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spl-book.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/spl-book.h') diff --git a/crawl-ref/source/spl-book.h b/crawl-ref/source/spl-book.h index d06172cc8f..a118b0b370 100644 --- a/crawl-ref/source/spl-book.h +++ b/crawl-ref/source/spl-book.h @@ -48,8 +48,8 @@ int staff_spell( int zap_device_2 ); bool undead_cannot_memorise(spell_type spell, char being); -unsigned char spellbook_contents( item_def &book, int action, - formatted_string *fs = NULL ); +int spellbook_contents( item_def &book, int action, + formatted_string *fs = NULL ); int count_staff_spells(const item_def &item, bool need_id); int rod_shield_leakage(); -- cgit v1.2.3-54-g00ecf