aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-11 15:38:12 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-11 15:38:12 -0700
commitd08baeaf02588f6ca3c6933db976b4858c539955 (patch)
tree449cf7774d2a784d2556b91dbe22a89a1202ff18 /src/game.c
parent9e8ea2f80cbeff8341a7fbda2cf572697918808f (diff)
Added level 9
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 a86c006..dad6f39 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, 7);
+ startLevel(game, &game->levels, 8);
}
void closeGame(Game * game) {