summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-11 15:19:19 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-05-11 15:19:19 +0000
commitfa2859ff4460fc2392ac5fec9b74c34850d226c5 (patch)
tree9c963e122bac0b559b8a90da00166d5cc65a9753 /crawl-ref/source/spells2.cc
parent81f130c8bd497b45789b6130cb2630dd914e17c6 (diff)
downloadcrawl-ref-fa2859ff4460fc2392ac5fec9b74c34850d226c5.tar.gz
crawl-ref-fa2859ff4460fc2392ac5fec9b74c34850d226c5.zip
Merged trunk (1453:1457] to 0.2 branch (animate dead, corpse rot fixes, message
suppression init.txt examples). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup-0.2@1458 c06c8d41-db1a-0410-9941-cceddc491573
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))