summaryrefslogtreecommitdiff
path: root/game.c
diff options
context:
space:
mode:
Diffstat (limited to 'game.c')
-rw-r--r--game.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/game.c b/game.c
index ced2f60..f4ab66a 100644
--- a/game.c
+++ b/game.c
@@ -190,8 +190,6 @@ void game_loop(SDL_Renderer* renderer, SDL_Texture* surf_screen)
// The user has now completed all of the game
// Show them the winning screen
- //SDL_BlitSurface( surf_title, NULL, surf_screen, NULL); // Draw menu
-
SDL_Surface* surf_win_screen = currentlevel.surf_winning_screen;
SDL_UpdateTexture(surf_screen, NULL, surf_win_screen->pixels, surf_win_screen->pitch);