oops, that wasn't needed

This commit is contained in:
Cracker64 2010-12-23 15:48:11 -05:00
parent ff1255afd2
commit 41d9dca73f

View File

@ -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 x1, x2, dy = (c<PT_NUM)?1:CELL;
int co = c; int co = c;
if(y>YRES||y<0)
return 0;
if(cm==PT_INST&&co==PT_SPRK) if(cm==PT_INST&&co==PT_SPRK)
if((pmap[y][x]&0xFF)==PT_SPRK) if((pmap[y][x]&0xFF)==PT_SPRK)
return 0; return 0;