changeset 71:79b5720a09ae

*** empty log message ***
author gongo
date Thu, 09 Nov 2006 04:31:25 +0000
parents 9a9327a6d75d
children 00430c172e5b
files linda.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/linda.c	Thu Nov 09 04:25:14 2006 +0000
+++ b/linda.c	Thu Nov 09 04:31:25 2006 +0000
@@ -465,7 +465,7 @@
     get_packet(PLAYER_1P, NULL, &mode, NULL, NULL, (char*)po);
 
     if (mode == MODE_MAIN) {
-	ps2_vu0_copy_matrix(game.jiki->body->transfer, po);
+	ps2_vu0_copy_matrix(linda_carlist[PLAYER_1P]->body->transfer, po);
     }    
 
     return FALSE;
@@ -474,6 +474,7 @@
 Bool
 linda_update(int p)
 {
+    printf("%d\n", (int)sche_func);
     return sche_func(p);
 }