summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/monster2.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/monster2.c b/src/monster2.c
index b87df278..65d1c368 100644
--- a/src/monster2.c
+++ b/src/monster2.c
@@ -3434,10 +3434,6 @@ bool_ summon_specific(int y1, int x1, int lev, int type)
r_idx = get_mon_num((dun_level + lev) / 2 + 5);
summon_hack = FALSE;
-#ifdef R_IDX_TESTING_HACK
- r_idx = 356;
-#endif
-
/* Reset restriction */
get_mon_num_hook = old_get_mon_num_hook;
@@ -3518,10 +3514,6 @@ bool_ summon_specific_friendly(int y1, int x1, int lev, int type, bool_ Group_ok
/* Pick a monster, using the level calculation */
r_idx = get_mon_num((dun_level + lev) / 2 + 5);
-#ifdef R_IDX_TESTING_HACK
- r_idx = 356;
-#endif
-
/* Reset restriction */
get_mon_num_hook = old_get_mon_num_hook;