aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-07 13:40:04 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-07 13:40:04 -0700
commitf7392070995ad077dcaa387469934325e8e5c067 (patch)
treea8832ea626ab283d92537d2ce5f6693465440d78 /src/game.c
parent2b42a05915e0b8e08e83ff7da23d34d2e1a37ccd (diff)
Added level 7
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 9b3551e..3ba5857 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, 5);
+ startLevel(game, &game->levels, 6);
}
void closeGame(Game * game) {