From a266b5e613f05f686c056a56e6047fd950dee090 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 25 Mar 2019 07:36:23 -1100 Subject: [PATCH] Test --- src/cc/gamescc.cpp | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/cc/gamescc.cpp b/src/cc/gamescc.cpp index 88df9586d..4b5dca4f5 100644 --- a/src/cc/gamescc.cpp +++ b/src/cc/gamescc.cpp @@ -2525,13 +2525,6 @@ int main(int argc, char **argv) // Deinitialize NCurses wclear(stdscr); endwin(); - - /* Deinitialize Sound - Mix_HaltMusic(); - Mix_FreeMusic(music); - Mix_CloseAudio(); - Mix_Quit();*/ - // Output ending message. printf("Game over!\n"); printf("You finished with %d points on level %d.\n", tg->points, tg->level); @@ -2540,4 +2533,5 @@ int main(int argc, char **argv) tg_delete(tg); return 0; } +#endif