summaryrefslogtreecommitdiff
path: root/src/melee1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/melee1.c')
-rw-r--r--src/melee1.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/melee1.c b/src/melee1.c
index ae0a75a1..0160c43a 100644
--- a/src/melee1.c
+++ b/src/melee1.c
@@ -130,9 +130,7 @@ bool_ carried_make_attack_normal(int r_idx)
char ddesc[80] = "your symbiote";
cptr sym_name = symbiote_name(TRUE);
- bool_ blinked;
bool_ touched = FALSE, alive = TRUE;
- bool_ explode = FALSE;
/* Not allowed to attack */
if (r_ptr->flags1 & (RF1_NEVER_BLOW)) return (FALSE);
@@ -143,9 +141,6 @@ bool_ carried_make_attack_normal(int r_idx)
/* Extract the effective monster level */
rlev = ((r_ptr->level >= 1) ? r_ptr->level : 1);
- /* Assume no blink */
- blinked = FALSE;
-
/* Scan through all four blows */
for (ap_cnt = 0; ap_cnt < 4; ap_cnt++)
{
@@ -455,7 +450,6 @@ bool_ carried_make_attack_normal(int r_idx)
case RBM_EXPLODE:
{
act = "explodes.";
- explode = TRUE;
break;
}