aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-13 21:05:40 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-13 21:05:40 -0700
commit362b4f28fdd485e6aab7bee1bb4307797232a87c (patch)
tree76947918dc35b9e18ffdebcef3deb1c8ab260574 /src/game.c
parent427449b5d44f3241a7eb71af70bff9110f9ac81c (diff)
Started level 11
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 cf2a2d5..df22769 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, 9);
+ startLevel(game, &game->levels, 10);
}
void closeGame(Game * game) {