summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 17:11:26 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-17 17:11:26 +0000
commit87ebfe98030055b438a5bf1d6638499263bec84b (patch)
treeb74950853774ebb6e3daa5cdbbacf65384b62ce7 /crawl-ref/source/item_use.h
parent1301256d61a713a4840836a7100bad2e0f7111ea (diff)
downloadcrawl-ref-87ebfe98030055b438a5bf1d6638499263bec84b.tar.gz
crawl-ref-87ebfe98030055b438a5bf1d6638499263bec84b.zip
Add minor cosmetic fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7458 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h15
1 files changed, 7 insertions, 8 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index 4424a3a9a6..31009b522e 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -45,8 +45,7 @@ struct dist;
/* ***********************************************************************
* called from: acr - item_use
* *********************************************************************** */
-bool armour_prompt(const std::string & mesg, int *index,
- operation_types oper);
+bool armour_prompt(const std::string & mesg, int *index, operation_types oper);
// last updated 12may2000 {dlb}
@@ -111,7 +110,7 @@ void throw_item_no_quiver(void);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-void wear_armour( int slot = -1 );
+void wear_armour(int slot = -1);
bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary);
@@ -119,7 +118,7 @@ bool can_wear_armour(const item_def &item, bool verbose, bool ignore_temporary);
/* ***********************************************************************
* called from: acr
* *********************************************************************** */
-bool do_wear_armour( int item, bool quiet );
+bool do_wear_armour(int item, bool quiet);
struct item_def;
// last updated 30May2003 {ds}
@@ -158,14 +157,14 @@ void use_randart(item_def &item, bool unmeld = false);
bool puton_item(int slot, bool prompt_finger = true);
-bool enchant_weapon( enchant_stat_type which_stat, bool quiet, item_def &wpn );
-bool enchant_armour( int &ac_change, bool quiet, item_def &arm );
+bool enchant_weapon(enchant_stat_type which_stat, bool quiet, item_def &wpn);
+bool enchant_armour(int &ac_change, bool quiet, item_def &arm);
bool throw_it(bolt &pbolt, int throw_2, bool teleport = false,
int acc_bonus = 0, dist *target = NULL);
-bool thrown_object_destroyed( item_def *item, const coord_def& where,
- bool returning );
+bool thrown_object_destroyed(item_def *item, const coord_def& where,
+ bool returning);
void prompt_inscribe_item();
int launcher_shield_slowdown(const item_def &launcher,