X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Ftools.h;h=b1f674342c391647462dabec2ec356ea7e5f2c44;hb=d798911a09cd2a58ccb0378f4a94e6d44b3e0039;hp=4f26f72ef8f8e8aa22b4656a531d267539022d03;hpb=787be88219f3631b0bb044c16e3cdea4e8351aee;p=rocksndiamonds.git diff --git a/src/tools.h b/src/tools.h index 4f26f72e..b1f67434 100644 --- a/src/tools.h +++ b/src/tools.h @@ -119,8 +119,8 @@ void RedrawGlobalBorder(); void MarkTileDirty(int, int); void SetBorderElement(); -void FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], - int, int); +void FloodFillLevel(int, int, int, short[][MAX_LEV_FIELDY], int, int); +void FloodFillLevelExt(int, int, int, int, int y, short field[][y], int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int);