This commit is contained in:
jl777
2019-03-25 07:36:23 -11:00
parent 259b9a9838
commit a266b5e613

View File

@@ -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