This commit is contained in:
jl777
2019-03-26 02:41:16 -11:00
parent b0d0adb729
commit a02e96bc3b
3 changed files with 22 additions and 16 deletions

View File

@@ -97,7 +97,6 @@ typedef struct {
*/
int rows;
int cols;
char *board;
/*
Scoring information:
*/
@@ -118,6 +117,7 @@ typedef struct {
Number of lines until you advance to the next level.
*/
int lines_remaining;
char board[];
} tetris_game;
/*