diff options
author | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 11:47:23 -0700 |
---|---|---|
committer | nathansmithsmith <thenathansmithsmith@gmail.com> | 2023-12-04 11:47:23 -0700 |
commit | a3957cac6cbc33f5ec88b9c15aeaf267f2bcd6b8 (patch) | |
tree | fa7e1b96442c4b1db00202dde879225ee5150346 /src/game.c | |
parent | 305fb5484044dd17d3db21930882ba7ba541bf7f (diff) |
Made level 5
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, 3); + startLevel(game, &game->levels, 4); } void closeGame(Game * game) { |