mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
I_InitMusic SDL2: Don't unload GME indiscriminately
This commit is contained in:
parent
0999b0f8a8
commit
cb4e075137
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