fix: remove duplicate GRID_ROWS/GRID_COLS defines and fix carla_host reference

Co-authored-by: aider (deepseek/deepseek-coder) <aider@aider.chat>
This commit is contained in:
Loic Coenen
2026-05-03 10:40:57 +00:00
parent ce1c7a249f
commit 8a8d6ca1ac
2 changed files with 1 additions and 3 deletions

2
tui.c
View File

@@ -10,8 +10,6 @@
#include <ctype.h>
#include <math.h>
#define GRID_ROWS 8
#define GRID_COLS 8
#define CELL_WIDTH 6
#define CELL_HEIGHT 3