Rev 10 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 10 | Rev 11 | ||
|---|---|---|---|
| Line 61... | Line 61... | ||
| 61 | 61 | ||
| 62 | U8 game_dir = 0; |
62 | U8 game_dir = 0; |
| 63 | U8 game_chsm = FALSE; |
63 | U8 game_chsm = FALSE; |
| 64 | 64 | ||
| 65 | U8 want_infinitelives = FALSE; |
65 | U8 want_infinitelives = FALSE; |
| - | 66 | U8 want_infiniteammo = FALSE; |
|
| - | 67 | U8 want_last_map = FALSE; |
|
| - | 68 | U8 want_last_submap = FALSE; |
|
| 66 | U8 enable_endkey = TRUE; |
69 | U8 enable_endkey = TRUE; |
| 67 | 70 | ||
| 68 | 71 | ||
| 69 | hscore_t game_hscores[8] = |
72 | hscore_t game_hscores[8] = |
| 70 | { |
73 | { |
| Line 351... | Line 354... | ||
| 351 | case CHAIN_SUBMAP: |
354 | case CHAIN_SUBMAP: |
| 352 | if (map_chain ()) |
355 | if (map_chain ()) |
| 353 | game_state = CHAIN_END; |
356 | game_state = CHAIN_END; |
| 354 | else |
357 | else |
| 355 | { |
358 | { |
| 356 | game_bullets = |
359 | game_bullets = 6; |
| 357 | game_bombs = |
360 | game_bombs = 6; |
| 358 | game_map++; |
361 | game_map++; |
| - | 362 | if (want_last_map) |
|
| - | 363 | sysarg_args_map = game_map; |
|
| 359 | 364 | ||
| 360 | if (game_map == 0x04) |
365 | if (game_map == 0x04) |
| 361 | { |
366 | { |
| 362 | /* reached end of game */ |
367 | /* reached end of game */ |
| 363 | /* FIXME @292?*/ |
368 | /* FIXME @292?*/ |