Rev 9 | Rev 11 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 9 | Rev 10 | ||
|---|---|---|---|
| Line 9... | Line 9... | ||
| 9 | * terms of this license. |
9 | * terms of this license. |
| 10 | * |
10 | * |
| 11 | * You must not remove this notice, or any other, from this software. |
11 | * You must not remove this notice, or any other, from this software. |
| 12 | */ |
12 | */ |
| 13 | 13 | ||
| - | 14 | #include <stdio.h> |
|
| 14 | #include <stdlib.h> |
15 | #include <stdlib.h> |
| 15 | 16 | ||
| 16 | #include "system.h" |
17 | #include "system.h" |
| 17 | #include "game.h" |
18 | #include "game.h" |
| 18 | 19 | ||
| Line 60... | Line 61... | ||
| 60 | 61 | ||
| 61 | U8 game_dir = 0; |
62 | U8 game_dir = 0; |
| 62 | U8 game_chsm = FALSE; |
63 | U8 game_chsm = FALSE; |
| 63 | 64 | ||
| 64 | U8 want_infinitelives = FALSE; |
65 | U8 want_infinitelives = FALSE; |
| - | 66 | U8 enable_endkey = TRUE; |
|
| 65 | 67 | ||
| 66 | 68 | ||
| 67 | hscore_t game_hscores[8] = |
69 | hscore_t game_hscores[8] = |
| 68 | { |
70 | { |
| 69 | { 8000, "DANGERSTU@" }, |
71 | { 8000, "DANGERSTU@" }, |