summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/init1.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/init1.cc b/src/init1.cc
index 290091dc..9b76b8f8 100644
--- a/src/init1.cc
+++ b/src/init1.cc
@@ -5726,10 +5726,6 @@ errr init_r_info_txt(FILE *fp)
{
/* Invert flag WILD_ONLY <-> RF8_DUNGEON */
r_info[i].flags8 ^= 1L;
-
- /* WILD_TOO without any other wilderness flags enables all flags */
- if ((r_info[i].flags8 & RF8_WILD_TOO) && !(r_info[i].flags8 & 0x7FFFFFFE))
- r_info[i].flags8 = 0x0463;
}
/* Success */