remove debug output (jut comment it)
This commit is contained in:
parent
46a55f31d1
commit
9c47a74bc8
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ void set_next_player_move(s_move * m,p_view v)
|
|||
}
|
||||
while(played == false){
|
||||
// debug print
|
||||
mvwprintw(stdscr, 20,0, " position out: y:%d x:%d, in: y:%d x:%d\n", out_y, out_x, in_y, in_x);
|
||||
// mvwprintw(stdscr, 20,0, " position out: y:%d x:%d, in: y:%d x:%d\n", out_y, out_x, in_y, in_x);
|
||||
|
||||
mvwprintw(stdscr,1,0,s, m->player);
|
||||
draw_ttt(v->w_uttt, v->p_uttt->outer_tictactoe);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue