Mercurial > hg > old > magoroku_racing.bad
comparison schedule.c @ 12:b405fe1a6920
*** empty log message ***
author | gongo |
---|---|
date | Sat, 04 Nov 2006 08:55:26 +0000 |
parents | 41d3037c34c8 |
children | 64ec983dd5db |
comparison
equal
deleted
inserted
replaced
11:41d3037c34c8 | 12:b405fe1a6920 |
---|---|
65 static int ranking = 0; | 65 static int ranking = 0; |
66 static LIGHT l; | 66 static LIGHT l; |
67 | 67 |
68 static int i=0; | 68 static int i=0; |
69 | 69 |
70 static void | 70 void |
71 set_sche(void *func) | 71 set_sche(void *func) |
72 { | 72 { |
73 game.exec = func; | 73 game.exec = func; |
74 } | 74 } |
75 | 75 |