X-Git-Url: http://git.shiar.nl/netris.git/blobdiff_plain/984fd4a002cd31854730b24ba70c447b165f4d15..HEAD:/board.c diff --git a/board.c b/board.c index a452f6d..71ad1dc 100644 --- a/board.c +++ b/board.c @@ -172,8 +172,6 @@ int shape_iterate(char s, int scr, int y, int x, ShapeDrawFunc func) } -float stdOptions[7] = {1, 1, 1, 1, 1, 1, 1}; //stdOptions - char ChooseOption(float options[7]) { //Return a random piece with given piece weight int i;