aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-08 17:21:32 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-08 17:21:32 -0700
commit028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (patch)
tree5db01715df59c900bd9452a9054711f1be9d63d8 /src/game.c
parentf7392070995ad077dcaa387469934325e8e5c067 (diff)
Started level 8
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 3ba5857..a86c006 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, 6);
+ startLevel(game, &game->levels, 7);
}
void closeGame(Game * game) {