diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-07 13:40:04 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-07 13:40:04 -0700 |
commit | f7392070995ad077dcaa387469934325e8e5c067 (patch) | |
tree | a8832ea626ab283d92537d2ce5f6693465440d78 /src/game.c | |
parent | 2b42a05915e0b8e08e83ff7da23d34d2e1a37ccd (diff) |
Added level 7
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, 5); + startLevel(game, &game->levels, 6); } void closeGame(Game * game) { |