aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:47:23 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:47:23 -0700
commita3957cac6cbc33f5ec88b9c15aeaf267f2bcd6b8 (patch)
treefa7e1b96442c4b1db00202dde879225ee5150346 /src/game.c
parent305fb5484044dd17d3db21930882ba7ba541bf7f (diff)
Made level 5
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 8cdd793..84366aa 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, 3);
+ startLevel(game, &game->levels, 4);
}
void closeGame(Game * game) {