summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCracker64 <cracker642@gmail.com>2010-12-23 20:48:11 (GMT)
committer Cracker64 <cracker642@gmail.com>2010-12-23 20:48:11 (GMT)
commit41d9dca73fd5f29bfd30927ec5429d050718f68c (patch)
tree96d4b1f5d95117094a22c5f477613d5061a2aab9 /src
parentff1255afd2883c6fb9ba124cd622fb2d94453a47 (diff)
downloadpowder-41d9dca73fd5f29bfd30927ec5429d050718f68c.zip
powder-41d9dca73fd5f29bfd30927ec5429d050718f68c.tar.gz
oops, that wasn't needed
Diffstat (limited to 'src')
-rw-r--r--src/powder.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/powder.c b/src/powder.c
index 19320df..02a740f 100644
--- a/src/powder.c
+++ b/src/powder.c
@@ -5591,8 +5591,6 @@ int flood_parts(int x, int y, int c, int cm, int bm)
{
int x1, x2, dy = (c<PT_NUM)?1:CELL;
int co = c;
- if(y>YRES||y<0)
- return 0;
if(cm==PT_INST&&co==PT_SPRK)
if((pmap[y][x]&0xFF)==PT_SPRK)
return 0;