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