Update column.c
This commit is contained in:
+5
-1
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user