Update new_col.c

This commit is contained in:
Jason Bou-Samra
2024-07-26 17:51:58 +10:00
committed by GitHub
parent 13e1a53040
commit 9f8eb0ed3c
+1 -1
View File
@@ -30,7 +30,7 @@ int disp_column(int row, int col) {
}
// generate random 3 tile bricks for current and preview
new_brick {
int new_brick {
for (i = 0; i < 3; i++) {
tile_current[i] = randombytes_uniform(5) + 1; // current piece
tile_next[i] = randombytes_uniform(5) + 1; // next piece