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, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index 9398b487ca..cf2efd52d2 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1412,7 +1412,7 @@ command_type fire_target_behaviour::get_command(int key)
// Do this stuff unconditionally to make the prompt redraw.
message_ammo_prompt();
need_prompt = true;
- break;
+ return (CMD_NO_CMD);
}
case 'i':
{