summaryrefslogtreecommitdiff
path: root/src/variable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/variable.cc')
-rw-r--r--src/variable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.cc b/src/variable.cc
index 4f6c072e..888a4182 100644
--- a/src/variable.cc
+++ b/src/variable.cc
@@ -132,7 +132,6 @@ s16b m_max = 1; /* Number of allocated monsters */
s16b m_cnt = 0; /* Number of live monsters */
s16b hack_m_idx = 0; /* Hack -- see "process_monsters()" */
-s16b hack_m_idx_ii = 0;
char summon_kin_type; /* Hack, by Julian Lighton: summon 'relatives' */
int total_friends = 0;