Mercurial > hg > old > magoroku_racing
diff schedule.c @ 52:c875add6256e
*** empty log message ***
author | gongo |
---|---|
date | Wed, 08 Nov 2006 07:10:41 +0000 |
parents | abadcc080667 |
children | 8cef655f3bf9 |
line wrap: on
line diff
--- a/schedule.c Wed Nov 08 06:50:47 2006 +0000 +++ b/schedule.c Wed Nov 08 07:10:41 2006 +0000 @@ -249,12 +249,17 @@ } blink_count = (blink_count > 70) ? 0 : blink_count + 1; - if (pad.st > 0) { + if (game.linda_exec() == TRUE) + set_schedule(sche_game_main_init); + +/* + if (pad.st == 1) { set_schedule(sche_game_main_init); } if (pad.cross > 0) { set_schedule(sche_game_select_car); } +*/ } void @@ -263,6 +268,7 @@ if (!game.jiki) play_init(); RUNNIG=0; + set_schedule(sche_game_main); } @@ -320,6 +326,8 @@ car_accelerate(game.jiki, -1); } + game.linda_exec(); + if (pad.r1 == 1) { game.camera_type = !game.camera_type; }