diff --git a/src/column.c b/src/column.c index 5b93cc2..4a2b0d2 100644 --- a/src/column.c +++ b/src/column.c @@ -188,6 +188,10 @@ int reset(void) { // reset row/column row = -1; - col = 0; // col = new_column(); + next_brick(); + initial_brick(); + col = new_column(); + + game_end = 0; // reset game end status return 0; }