removed TODO

This commit is contained in:
Jannis Heydemann
2026-05-13 09:19:05 +02:00
parent e97df2712e
commit f84dd4cd67

View File

@@ -8,7 +8,7 @@ char cPlayfield[3][3] = {
char *ptrPlayfield; char *ptrPlayfield;
char currentUser; char currentUser;
int running = 1; // TODO: find bool and convert to it int running = 1;
int counter = 1; int counter = 1;
void renderPlayfield(); void renderPlayfield();