diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 12:28:26 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 12:28:26 -0700 |
commit | 3da57634be30691f23915296024baebca3b6297f (patch) | |
tree | dfd9926ea30cbccc3a4ce22e6c31d09bf1429c45 /src/game.c | |
parent | f70e2018a4d3f979e1108981284a09a44bd11542 (diff) |
Started level 6
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, 4); + startLevel(game, &game->levels, 5); } void closeGame(Game * game) { |