@ -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)