summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2007-12-07 07:08:01 +0000
commitee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844 (patch)
treeff5f5d0bc37a28f9a332a1903ff9a36d78a62af7 /crawl-ref/source/item_use.h
parent37d418957ce613334863f491212198567ff1cd57 (diff)
downloadcrawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.tar.gz
crawl-ref-ee19f1ad5c1a6bd5589fa76f42f8dc28d8dda844.zip
Add still more whitespace and comment fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3016 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/item_use.h')
-rw-r--r--crawl-ref/source/item_use.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/item_use.h b/crawl-ref/source/item_use.h
index cc514d17d1..f38953bb12 100644
--- a/crawl-ref/source/item_use.h
+++ b/crawl-ref/source/item_use.h
@@ -171,9 +171,9 @@ bool throw_it(bolt &pbolt, int throw_2, bool teleport=false, int acc_bonus=0,
dist *target = NULL);
void inscribe_item();
-int launcher_shield_slowdown(const item_def &launcher,
+int launcher_shield_slowdown(const item_def &launcher,
const item_def *shield);
-int launcher_final_speed(const item_def &launcher,
+int launcher_final_speed(const item_def &launcher,
const item_def *shield);
void warn_shield_penalties();