diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-13 21:05:40 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-13 21:05:40 -0700 |
commit | 362b4f28fdd485e6aab7bee1bb4307797232a87c (patch) | |
tree | 76947918dc35b9e18ffdebcef3deb1c8ab260574 /src/game.c | |
parent | 427449b5d44f3241a7eb71af70bff9110f9ac81c (diff) |
Started level 11
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, 9); + startLevel(game, &game->levels, 10); } void closeGame(Game * game) { |