diff options
| author | Cracker64 <cracker642@gmail.com> | 2010-12-23 20:48:11 (GMT) |
|---|---|---|
| committer | Cracker64 <cracker642@gmail.com> | 2010-12-23 20:48:11 (GMT) |
| commit | 41d9dca73fd5f29bfd30927ec5429d050718f68c (patch) | |
| tree | 96d4b1f5d95117094a22c5f477613d5061a2aab9 /src | |
| parent | ff1255afd2883c6fb9ba124cd622fb2d94453a47 (diff) | |
| download | powder-41d9dca73fd5f29bfd30927ec5429d050718f68c.zip powder-41d9dca73fd5f29bfd30927ec5429d050718f68c.tar.gz | |
oops, that wasn't needed
Diffstat (limited to 'src')
| -rw-r--r-- | src/powder.c | 2 |
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; |
