mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-18 10:31:42 +00:00
Mixer: Add back var_cleanup in I_LoadSong
Because musicplus-libopenmpt deleted it, I added a cautionary note to ALWAYS clean up your vars!
This commit is contained in:
parent
26721b673a
commit
f99b6a89ed
1 changed files with 1 additions and 0 deletions
|
@ -885,6 +885,7 @@ boolean I_LoadSong(char *data, size_t len)
|
||||||
)
|
)
|
||||||
I_UnloadSong();
|
I_UnloadSong();
|
||||||
|
|
||||||
|
// always do this whether or not a music already exists
|
||||||
var_cleanup();
|
var_cleanup();
|
||||||
|
|
||||||
#ifdef HAVE_LIBGME
|
#ifdef HAVE_LIBGME
|
||||||
|
|
Loading…
Reference in a new issue