summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 2 insertions, 0 deletions
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':