diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-24 22:14:08 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-11-24 22:14:08 -0700 |
commit | 31e5ed2ec9fbc28b9695db20462228a52696e6aa (patch) | |
tree | 8ac8255ce9c931212cf2b73930b99149992c863d /src/game.c | |
parent | d3f744321e1e114796391d0d18eb6ffd36de6e34 (diff) |
Started level 3
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, 1); + startLevel(game, &game->levels, 2); } void closeGame(Game * game) { |