diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-08 17:21:32 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-08 17:21:32 -0700 |
commit | 028880ad2c3c3906ce1f1bc801cf9f1ea41ad8eb (patch) | |
tree | 5db01715df59c900bd9452a9054711f1be9d63d8 /src/game.c | |
parent | f7392070995ad077dcaa387469934325e8e5c067 (diff) |
Started level 8
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, 6); + startLevel(game, &game->levels, 7); } void closeGame(Game * game) { |