Mercurial > hg > old > magoroku_racing
changeset 5:ce5024e68bc6
*** empty log message ***
author | gongo |
---|---|
date | Sat, 04 Nov 2006 08:10:11 +0000 |
parents | d214fd22ef16 |
children | a366be7dca8b |
files | schedule.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/schedule.c Sat Nov 04 08:09:28 2006 +0000 +++ b/schedule.c Sat Nov 04 08:10:11 2006 +0000 @@ -30,6 +30,8 @@ /* timer */ static int start_time,time_count; static int RUNNIG=0; +char raptime[10]; + extern int car_check(); @@ -367,8 +369,6 @@ void schedule() { - char raptime[10]; - switch (game.state) { case GAME_INIT: sche_game_init();