aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-15 12:06:51 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-15 12:06:51 -0700
commitef8583564b648f6fdda73711a18b469416c1fdfc (patch)
treed25ed3fac857d192d21435f13787274a45244aca /src/game.c
parent83a0e9ebe5600a431b9355ef623e57c61c220448 (diff)
Started working on the boss level
Diffstat (limited to 'src/game.c')
-rw-r--r--src/game.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game.c b/src/game.c
index df22769..ef61d45 100644
--- a/src/game.c
+++ b/src/game.c
@@ -33,7 +33,7 @@ void initGame(Game * game) {
// Levels.
initLevels(&game->levels);
- startLevel(game, &game->levels, 10);
+ startLevel(game, &game->levels, 11);
}
void closeGame(Game * game) {