summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.h
diff options
context:
space:
mode:
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();