Mercurial > hg > old > magoroku_racing.bad
comparison game.c @ 44:3b71b39411b1
*** empty log message ***
author | gongo |
---|---|
date | Wed, 08 Nov 2006 05:21:58 +0000 |
parents | a1908b83f8fa |
children | abadcc080667 |
comparison
equal
deleted
inserted
replaced
43:a1908b83f8fa | 44:3b71b39411b1 |
---|---|
30 | 30 |
31 void | 31 void |
32 game_main() | 32 game_main() |
33 { | 33 { |
34 Bool flg = TRUE; | 34 Bool flg = TRUE; |
35 Bool linda_flg = TRUE; | |
35 set_schedule(sche_game_init); | 36 set_schedule(sche_game_init); |
36 | 37 |
37 game.play_id = linda_init(); | 38 game.play_id = linda_init(); |
38 | 39 |
39 while (1) { | 40 while (1) { |
42 break; | 43 break; |
43 } | 44 } |
44 schedule(); | 45 schedule(); |
45 | 46 |
46 #ifdef LINDA | 47 #ifdef LINDA |
47 linda_update(); | |
48 psx_sync_n(); | 48 psx_sync_n(); |
49 #endif | 49 #endif |
50 } | 50 } |
51 } | 51 } |