comparison linda.c @ 63:f23e36bbb060

*** empty log message ***
author gongo
date Thu, 09 Nov 2006 03:03:41 +0000
parents 39162caa4587
children 4af6c92304bb
comparison
equal deleted inserted replaced
62:d71fbefaa9a9 63:f23e36bbb060
620 linda_seq[i] = psx_rd(i); 620 linda_seq[i] = psx_rd(i);
621 } 621 }
622 psx_sync_n(); 622 psx_sync_n();
623 623
624 if (my_id == PLAYER_1P) { 624 if (my_id == PLAYER_1P) {
625 game.linda_exec = &linda_sche_wait0; 625 sche_func = &linda_sche_wait0;
626 send_packet(game.play_id, MODE_WAIT, 1, 1, NULL); 626 send_packet(game.play_id, MODE_WAIT, 1, 1, NULL);
627 } else { 627 } else {
628 game.linda_exec = &linda_sche_wait1; 628 sche_func = &linda_sche_wait1;
629 send_packet(game.play_id, MODE_WAIT, 1, 1, NULL); 629 send_packet(game.play_id, MODE_WAIT, 1, 1, NULL);
630 } 630 }
631 return my_id; 631 return my_id;
632 } 632 }