summaryrefslogtreecommitdiff
path: root/src/monster2.c
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-06-28 11:23:15 +0200
committerBardur Arantsson <bardur@scientician.net>2012-06-28 11:23:15 +0200
commitbe5ec8c7d9945b268202483609ff43a66b59ef0d (patch)
treee50a30bc50699367e38b92a3832ce1aa04347f36 /src/monster2.c
parentd37a1238a94362ebfdebfdc3daf662cd3ba714af (diff)
Remove R_IDX_TESTING_HACK conditional code
Diffstat (limited to 'src/monster2.c')
-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;