diff options
Diffstat (limited to 'src/main/game/cell.c')
-rw-r--r-- | src/main/game/cell.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |