summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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;