aboutsummaryrefslogtreecommitdiff
path: root/src/gameScreen.c
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:47:23 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-04 11:47:23 -0700
commita3957cac6cbc33f5ec88b9c15aeaf267f2bcd6b8 (patch)
treefa7e1b96442c4b1db00202dde879225ee5150346 /src/gameScreen.c
parent305fb5484044dd17d3db21930882ba7ba541bf7f (diff)
Made level 5
Diffstat (limited to 'src/gameScreen.c')
-rw-r--r--src/gameScreen.c2
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(