summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/quiver.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-08 02:25:05 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-05-08 02:25:05 +0000
commit286d91d7830aa47c1bab32e67f33420ce802ab65 (patch)
treefa594eff66925b160494f951a19e4d4fa38e2548 /crawl-ref/source/quiver.cc
parenta54ad17311bd4678aa7be86915999982cd53179b (diff)
downloadcrawl-ref-286d91d7830aa47c1bab32e67f33420ce802ab65.tar.gz
crawl-ref-286d91d7830aa47c1bab32e67f33420ce802ab65.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9753 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/quiver.cc')
-rw-r--r--crawl-ref/source/quiver.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/quiver.cc b/crawl-ref/source/quiver.cc
index 315db5edcc..5a7594f2b5 100644
--- a/crawl-ref/source/quiver.cc
+++ b/crawl-ref/source/quiver.cc
@@ -144,10 +144,10 @@ void player_quiver::empty_quiver(ammo_t ammo_type)
void choose_item_for_quiver()
{
- int slot = prompt_invent_item( "Quiver which item? (- for none, * to show all)",
- MT_INVLIST,
- OSEL_THROWABLE, true, true, true, '-',
- you.equip[EQ_WEAPON], NULL, OPER_QUIVER );
+ int slot = prompt_invent_item("Quiver which item? (- for none, * to show all)",
+ MT_INVLIST,
+ OSEL_THROWABLE, true, true, true, '-',
+ you.equip[EQ_WEAPON], NULL, OPER_QUIVER);
if (prompt_failed(slot))
return;