aboutsummaryrefslogtreecommitdiff
path: root/src/game.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:07:36 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:07:36 -0700
commit305fb5484044dd17d3db21930882ba7ba541bf7f (patch)
treebfed08967cb1a5767e29fe5da45bec356786d16e /src/game.c
parenta14e6109a5096b23f9a27bcd2010c23e9ca1753f (diff)
Made level 4
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 34f1bed..8cdd793 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, 2);
+ startLevel(game, &game->levels, 3);
}
void closeGame(Game * game) {