removed TODO
This commit is contained in:
@@ -8,7 +8,7 @@ char cPlayfield[3][3] = {
|
||||
char *ptrPlayfield;
|
||||
char currentUser;
|
||||
|
||||
int running = 1; // TODO: find bool and convert to it
|
||||
int running = 1;
|
||||
int counter = 1;
|
||||
|
||||
void renderPlayfield();
|
||||
|
||||
Reference in New Issue
Block a user