summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2010-04-15 17:12:58 +0200
committerRobert Vollmert <rvollmert@gmx.net>2010-04-15 17:18:58 +0200
commit186e7b2e2ff080ec324584a86de265579e151137 (patch)
tree3888a5f1afebfeb0f590e2b64f9b9a0e6ab27b39 /crawl-ref/source/fight.h
parent0843d7e054be9173c02fcd670eb7ce78f72ac01c (diff)
downloadcrawl-ref-186e7b2e2ff080ec324584a86de265579e151137.tar.gz
crawl-ref-186e7b2e2ff080ec324584a86de265579e151137.zip
Revert "Weapon parameter for calc_your_attack_delay."
This reverts commit 5cbf957b1b2b979fdc6dc8aa3c31f3bae6eb2c5f.
Diffstat (limited to 'crawl-ref/source/fight.h')
-rw-r--r--crawl-ref/source/fight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/fight.h b/crawl-ref/source/fight.h
index d7a9a996d7..56ec72bf69 100644
--- a/crawl-ref/source/fight.h
+++ b/crawl-ref/source/fight.h
@@ -64,7 +64,7 @@ bool monsters_fight(monsters* attacker, monsters* attacked,
bool wielded_weapon_check(item_def *weapon, bool no_message = false);
int calc_your_to_hit(bool random_factor);
int calc_heavy_armour_penalty(bool random_factor);
-random_var calc_your_attack_delay(const item_def* weapon = NULL);
+random_var calc_your_attack_delay();
unchivalric_attack_type is_unchivalric_attack(const actor *attacker,
const actor *defender);