From 5006c1e3f3d193c18cd2bf76a50163fbab1b8052 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 13 Jul 2008 19:38:46 +0000 Subject: Fix 2017251: The annotation prompt not escaping properly. Fix 2016627: Ranged weapons of protection autoIDing when wielded by monsters. Fix the double prompt when using Ctrl-P in the quivering interface (part of BR 2017260), fix targetting via monster list to be turned off if there are no monsters in sight, and map auto-travel to both G and Ctrl-G. (The monster list command moves to V.) Again, I'm not sure I got all the relevant documentation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6529 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/item_use.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crawl-ref/source/item_use.cc') diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc index 9398b487ca..e47f2925e4 100644 --- a/crawl-ref/source/item_use.cc +++ b/crawl-ref/source/item_use.cc @@ -1412,6 +1412,8 @@ command_type fire_target_behaviour::get_command(int key) // Do this stuff unconditionally to make the prompt redraw. message_ammo_prompt(); need_prompt = true; +// key = CMD_NO_CMD; + return (CMD_NO_CMD); break; } case 'i': -- cgit v1.2.3-54-g00ecf