summaryrefslogtreecommitdiff
path: root/src/q_thrain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/q_thrain.c')
-rw-r--r--src/q_thrain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/q_thrain.c b/src/q_thrain.c
index 0caffe8a..8b2df5a4 100644
--- a/src/q_thrain.c
+++ b/src/q_thrain.c
@@ -3,12 +3,11 @@
bool_ quest_thrain_death_hook(char *fmt)
{
- s32b r_idx, m_idx;
+ s32b m_idx;
int r, x, y;
monster_type *m_ptr;
m_idx = get_next_arg(fmt);
- r_idx = m_list[m_idx].r_idx;
if ((cquest.status >= QUEST_STATUS_FINISHED) || (dun_level !=cquest.data[0]) || (dungeon_type != DUNGEON_DOL_GULDUR)) return (FALSE);
m_ptr = &m_list[m_idx];