mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-02-01 06:00:45 +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]);
|
Mix_FreeMusic(music[1]);
|
||||||
music[1] = NULL;
|
music[1] = NULL;
|
||||||
LoadSong(NULL, 0, 1);
|
LoadSong(NULL, 0, 1);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
static void I_PauseGME(void)
|
static void I_PauseGME(void)
|
||||||
|
|
Loading…
Reference in a new issue