From cec27feccd1d3232ceae2bf284f66071d36cc96a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 22 May 2025 18:04:51 +0200 Subject: Remove the rendering of circles from the Engine --- src/main/game/cell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/main/game/cell.c') diff --git a/src/main/game/cell.c b/src/main/game/cell.c index e8322ff..cf5c11c 100644 --- a/src/main/game/cell.c +++ b/src/main/game/cell.c @@ -51,6 +51,7 @@ cell_new(float left, float right, float top, float bottom) cell->cy = (cell->top + cell->bottom) / 2; cell->sign = '\0'; + cell->shape = NULL; return cell; } -- cgit v1.2.3