mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2025-04-04 00:41:02 +00:00
I_InitMusic SDL2: Don't unload GME indiscriminately
(cherry picked from commit cb4e075137
)
This commit is contained in:
parent
297653fa34
commit
517756606c
1 changed files with 0 additions and 4 deletions
|
@ -476,10 +476,6 @@ static void mix_gme(void *udata, Uint8 *stream, int len)
|
|||
|
||||
FUNCMATH void I_InitMusic(void)
|
||||
{
|
||||
#ifdef HAVE_LIBGME
|
||||
gme = NULL;
|
||||
current_track = -1;
|
||||
#endif
|
||||
}
|
||||
|
||||
void I_ShutdownMusic(void)
|
||||
|
|
Loading…
Reference in a new issue