X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Ftools.h;h=395e73b9cd04c71b26d61f31395418dae4a2f143;hp=eddddc0ef1f6afc3119a79b583e495e8b3be7aba;hb=0233176c2bf3c560162948ef0b3b4d2306b3a788;hpb=b3cc0aa4f60d78c12ae98ed7da42601e7bad16b4 diff --git a/src/tools.h b/src/tools.h index eddddc0e..395e73b9 100644 --- a/src/tools.h +++ b/src/tools.h @@ -127,8 +127,8 @@ void RedrawGlobalBorder(void); void MarkTileDirty(int, int); void SetBorderElement(void); -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 FloodFillLevel(int, int, int, short[MAX_LEV_FIELDX][MAX_LEV_FIELDY], int, int); +void FloodFillLevelExt(int, int, int, int x, int y, short field[x][y], int, int); void SetRandomAnimationValue(int, int); int getGraphicAnimationFrame(int, int);