# HG changeset patch # User gongo # Date 1163041421 0 # Node ID f23e36bbb0606fa17115ff01fdbbcce9af83df79 # Parent d71fbefaa9a9474203f81ee74723bfcb5c9a9113 *** empty log message *** diff -r d71fbefaa9a9 -r f23e36bbb060 linda.c --- a/linda.c Thu Nov 09 02:58:37 2006 +0000 +++ b/linda.c Thu Nov 09 03:03:41 2006 +0000 @@ -622,10 +622,10 @@ psx_sync_n(); if (my_id == PLAYER_1P) { - game.linda_exec = &linda_sche_wait0; + sche_func = &linda_sche_wait0; send_packet(game.play_id, MODE_WAIT, 1, 1, NULL); } else { - game.linda_exec = &linda_sche_wait1; + sche_func = &linda_sche_wait1; send_packet(game.play_id, MODE_WAIT, 1, 1, NULL); } return my_id;