Update column.c

This commit is contained in:
Jason Bou-Samra
2024-10-02 18:59:42 +10:00
committed by GitHub
parent e533fac4b6
commit eecd0f0445
+5 -1
View File
@@ -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;
}