From 6a0126ebddcf725bed77958aff805739a97ea25f Mon Sep 17 00:00:00 2001 From: ennewalker Date: Mon, 12 Jan 2009 03:48:04 +0000 Subject: [2499489] Allowing mouse clicks for picking up items and for --more-- prompts. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8421 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/items.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/items.cc') diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index c21e6fe5b8..5cb1d2c56d 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -1271,7 +1271,8 @@ void pickup() #endif } - if (keyin == '*' || keyin == '?' || keyin == ',' || keyin == 'g') + if (keyin == '*' || keyin == '?' || keyin == ',' || keyin == 'g' + || keyin == CK_MOUSE_CLICK) { _pickup_menu(o); break; -- cgit v1.2.3-54-g00ecf