cur_player         40 modules/games/gui_4wins.c char cursor_position,cur_player=1;
cur_player         76 modules/games/gui_4wins.c             stone(column, i, (cur_player == 1) ? P1_COLOR : P2_COLOR);
cur_player        209 modules/games/gui_4wins.c     if (cur_player == 1)
cur_player        210 modules/games/gui_4wins.c         cur_player = 2;
cur_player        212 modules/games/gui_4wins.c         cur_player = 1;
cur_player        213 modules/games/gui_4wins.c     cursor(cursor_position, (cur_player == 1) ? P1_COLOR : P2_COLOR);
cur_player        261 modules/games/gui_4wins.c         count_win[cur_player - 1]++;
cur_player        262 modules/games/gui_4wins.c         draw_txt_message(lang_str((cur_player == 1) ? LANG_CONNECT4_P1_WIN : (mode_rival) ? LANG_CONNECT4_P2_WIN : LANG_CONNECT4_CAM_WIN));
cur_player        280 modules/games/gui_4wins.c     cur_player = 1;
cur_player        299 modules/games/gui_4wins.c             if (cur_player == 1 || (cur_player == 2 && mode_rival == 1))
cur_player        300 modules/games/gui_4wins.c                 if (set_stone(cursor_position + 1, cur_player, 1))
cur_player        302 modules/games/gui_4wins.c             if ((mode_rival == 0 && cur_player == 2) && !finished)
cur_player        303 modules/games/gui_4wins.c                 if (set_stone(ki_findColumn(1, cur_player), cur_player, 1))
cur_player        326 modules/games/gui_4wins.c     cursor(cursor_position, (cur_player == 1) ? P1_COLOR : P2_COLOR);
cur_player        376 modules/games/gui_4wins.c     if (cur_player == 2 && !mode_rival)