X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/7b1d1bee46133a746a88306413c028b0e75a3688..406e72f6bc3be827e1202d817677e8af093231dc:/board.c diff --git a/board.c b/board.c index 22efdc1..cd1bc28 100644 --- a/board.c +++ b/board.c @@ -149,7 +149,7 @@ unsigned char GetBlock(int scr, int y, int x) return board[scr][y][x]; } -void SetBlock(int scr, int y, int x, unsigned char type) +static void SetBlock(int scr, int y, int x, unsigned char type) { if (y >= 0 && y < Players[scr].boardHeight && x >= 0 && x < Players[scr].boardWidth) {