summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:06:21 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-13 20:06:21 +0000
commite80676d145343847ea8f90581d6bfa487375ef62 (patch)
tree6ceac062f1b7c8cfa9576418e4585ef7f3fc9990 /crawl-ref/source/item_use.cc
parent49f1fcf1259b1376b71850fffbb28b2a57bd7901 (diff)
downloadcrawl-ref-e80676d145343847ea8f90581d6bfa487375ef62.tar.gz
crawl-ref-e80676d145343847ea8f90581d6bfa487375ef62.zip
Apply my latest commits to 0.4.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.4@6531 c06c8d41-db1a-0410-9941-cceddc491573
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':
{