summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/spl-book.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-book.cc b/crawl-ref/source/spl-book.cc
index 28f3b2c1c7..2df122862b 100644
--- a/crawl-ref/source/spl-book.cc
+++ b/crawl-ref/source/spl-book.cc
@@ -33,6 +33,7 @@ REVISION("$Rev$");
#include "items.h"
#include "it_use3.h"
#include "Kills.h"
+#include "macro.h"
#include "message.h"
#include "player.h"
#include "randart.h"
@@ -898,7 +899,8 @@ int spellbook_contents( item_def &book, read_book_action_type action,
out.display();
- keyn = c_getch();
+ //keyn = c_getch();
+ keyn = tolower(getchm(KMC_MENU));
}
return (keyn); // try to figure out that for which this is used {dlb}