changeset 63:f23e36bbb060

*** empty log message ***
author gongo
date Thu, 09 Nov 2006 03:03:41 +0000
parents d71fbefaa9a9
children e6a6dde71701
files linda.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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;