mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-01-20 08:20:52 +00:00
Corrected unterminated #endif in sdl_sound
This commit is contained in:
parent
b701316505
commit
b760fbe89b
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue