Rev 1 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1 | Rev 5 | ||
|---|---|---|---|
| Line 28... | Line 28... | ||
| 28 | U8 screen_gameover (void) |
28 | U8 screen_gameover (void) |
| 29 | { |
29 | { |
| 30 | static U8 seq = 0; |
30 | static U8 seq = 0; |
| 31 | static U8 period = 0; |
31 | static U8 period = 0; |
| 32 | static U32 tm = 0; |
32 | static U32 tm = 0; |
| 33 | static sound_t *snd; |
- | |
| 34 | static U8 chan; |
33 | static U8 chan; |
| 35 | 34 | ||
| 36 | if (seq == 0) |
35 | if (seq == 0) |
| 37 | { |
36 | { |
| 38 | draw_tilesBank = 0; |
37 | draw_tilesBank = 0; |