Browse Source

refactoring: disable debug output

remotes/origin/georg
KaffeeMaus 11 months ago
parent
commit
4396c27a8c
  1. 2
      src/main/c/Georg/tictactoe.c

2
src/main/c/Georg/tictactoe.c

@ -22,7 +22,7 @@ void startTicTacToe(){
while( GAME.currentState != -1 ){
commandFunction usrCommand;
printf("search command!\n");
//printf("search command!\n");
usrCommand = getCommandById( GAME.currentState + 1);
if( usrCommand != NULL)

Loading…
Cancel
Save