Corrected unterminated #endif in sdl_sound

This commit is contained in:
mazmazz 2018-08-27 06:15:01 -04:00
parent b701316505
commit b760fbe89b

View file

@ -1736,6 +1736,7 @@ void I_StopSong(void)
Mix_FreeMusic(music[1]);
music[1] = NULL;
LoadSong(NULL, 0, 1);
#endif
}
static void I_PauseGME(void)