diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-11 15:38:12 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-11 15:38:12 -0700 |
commit | d08baeaf02588f6ca3c6933db976b4858c539955 (patch) | |
tree | 449cf7774d2a784d2556b91dbe22a89a1202ff18 /src/game.c | |
parent | 9e8ea2f80cbeff8341a7fbda2cf572697918808f (diff) |
Added level 9
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, 7); + startLevel(game, &game->levels, 8); } void closeGame(Game * game) { |