diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 11:07:36 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 11:07:36 -0700 |
commit | 305fb5484044dd17d3db21930882ba7ba541bf7f (patch) | |
tree | bfed08967cb1a5767e29fe5da45bec356786d16e /src/game.c | |
parent | a14e6109a5096b23f9a27bcd2010c23e9ca1753f (diff) |
Made level 4
Diffstat (limited to 'src/game.c')
-rw-r--r-- | src/game.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |