From 9f8eb0ed3c762b7492ff4c7323a5a975978115eb Mon Sep 17 00:00:00 2001 From: Jason Bou-Samra <154414066+bou-samra@users.noreply.github.com> Date: Fri, 26 Jul 2024 17:51:58 +1000 Subject: [PATCH] Update new_col.c --- src/new_col.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/new_col.c b/src/new_col.c index 7357939..9261140 100644 --- a/src/new_col.c +++ b/src/new_col.c @@ -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