summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-book.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 14:34:33 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 14:34:33 +0000
commit45835f326479addd1bfdc2d3d5bd3e175f9319aa (patch)
tree79027090993f1be3c1248e379072900bd2c7fbe4 /crawl-ref/source/spl-book.cc
parent8f7a0fd5e1e4217ce5443eb4d488ac3d4010dde0 (diff)
downloadcrawl-ref-45835f326479addd1bfdc2d3d5bd3e175f9319aa.tar.gz
crawl-ref-45835f326479addd1bfdc2d3d5bd3e175f9319aa.zip
Tutorial messages and miscellaneous fixes (Johanna).
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@948 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spl-book.cc')
-rw-r--r--crawl-ref/source/spl-book.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index b07cf9beb2..7c78879df0 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -1363,7 +1363,7 @@ bool learn_spell(void)
"reading the book of Annihilations" );
}
-#if WIZARD
+#ifdef WIZARD
if (!you.wizard)
return (false);
else if (!yesno("Memorise anyway?"))