summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index 6e38997f69..addc7d28f6 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -237,9 +237,6 @@ int corpse_rot(int power)
for (adx = minx; adx != maxx; adx += xinc)
{
- if (adx == 7 || adx == -7)
- return 0;
-
for (ady = miny; ady != maxy; ady += yinc)
{
if (see_grid(adx, ady))
@@ -322,9 +319,6 @@ int animate_dead( int power, int corps_beh, int corps_hit, int actual )
for (adx = minx; adx != maxx; adx += xinc)
{
- if ((adx == 7) || (adx == -7))
- return 0;
-
for (ady = miny; ady != maxy; ady += yinc)
{
if (see_grid(adx, ady))