diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-15 12:06:51 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-15 12:06:51 -0700 |
commit | ef8583564b648f6fdda73711a18b469416c1fdfc (patch) | |
tree | d25ed3fac857d192d21435f13787274a45244aca /src/game.c | |
parent | 83a0e9ebe5600a431b9355ef623e57c61c220448 (diff) |
Started working on the boss level
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, 10); + startLevel(game, &game->levels, 11); } void closeGame(Game * game) { |