diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-12 12:23:09 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-12 12:23:09 -0700 |
commit | e5a0d7db8144af0bcc4ac6ec1d5b2a5240d051e4 (patch) | |
tree | 45d7a0e0f3f9a404d1a270c40b008f731e4af44c /src/game.c | |
parent | d08baeaf02588f6ca3c6933db976b4858c539955 (diff) |
Started working on level 10
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, 8); + startLevel(game, &game->levels, 9); } void closeGame(Game * game) { |