aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 12:28:26 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 12:28:26 -0700
commit3da57634be30691f23915296024baebca3b6297f (patch)
treedfd9926ea30cbccc3a4ce22e6c31d09bf1429c45 /src/game.c
parentf70e2018a4d3f979e1108981284a09a44bd11542 (diff)
Started level 6
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 84366aa..9b3551e 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, 4);
+ startLevel(game, &game->levels, 5);
}
void closeGame(Game * game) {