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/gameScreen.c | |
parent | 305fb5484044dd17d3db21930882ba7ba541bf7f (diff) |
Made level 5
Diffstat (limited to 'src/gameScreen.c')
-rw-r--r-- | src/gameScreen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gameScreen.c b/src/gameScreen.c index 82e96f2..ff9b4d3 100644 --- a/src/gameScreen.c +++ b/src/gameScreen.c @@ -217,7 +217,7 @@ void drawNextLevelScreen(Game * game, GameScreen * gameScreen) { buf, bufSize, "Level %d complete", - game->levels.currentLevel + 1 + gameScreen->lastLevel + 1 ); DrawText( |