From fd98f62956d3558c2d3e36915ce282844af0f5df Mon Sep 17 00:00:00 2001 From: Silvan Jegen Date: Sun, 13 Jan 2019 19:08:18 +0100 Subject: Remove uncommented code --- game.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'game.c') 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); -- cgit v1.2.1-18-gbd029