From 9b811357a94f51a1dc1b2be80f470152dfbe397b Mon Sep 17 00:00:00 2001 From: "Juan J. Martinez" Date: Sat, 15 Jul 2023 21:00:20 +0100 Subject: Stage 8 --- src/game.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/game.c') diff --git a/src/game.c b/src/game.c index 9539ffc..4f9e44f 100644 --- a/src/game.c +++ b/src/game.c @@ -50,11 +50,11 @@ static Entity *tmonster; /* 0-index */ #define START_STAGE 0 -#define STAGES_LEN 7 +#define STAGES_LEN 8 static const uint8_t *stages[STAGES_LEN] = { binary_stage01_start, binary_stage02_start, binary_stage03_start, binary_stage04_start, - binary_stage05_start, binary_stage06_start, binary_stage07_start + binary_stage05_start, binary_stage06_start, binary_stage07_start, binary_stage08_start }; static void hud_render() -- cgit v1.2.3