aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-12 12:23:09 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-12 12:23:09 -0700
commite5a0d7db8144af0bcc4ac6ec1d5b2a5240d051e4 (patch)
tree45d7a0e0f3f9a404d1a270c40b008f731e4af44c /src/game.c
parentd08baeaf02588f6ca3c6933db976b4858c539955 (diff)
Started working on level 10
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 dad6f39..cf2a2d5 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, 8);
+ startLevel(game, &game->levels, 9);
}
void closeGame(Game * game) {