X-Git-Url: http://git.shiar.net/netris.git/blobdiff_plain/f2b4600c0454f090dd99519b774c890602af52a9..0e6d1c3828ceb06a67304c90ece188e97eac9241:/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;